lipinggm / tlb

Automatically exported from code.google.com/p/tlb
0 stars 0 forks source link

Ensure TLB inflection for Cucumber is loaded even in cases where cucumber opts are overridden for rake invocation #98

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We use cucumber opts to pass in the path to cucumber-configuration-inflection 
which provides hook-up point for TLB Splitter. However, this is bad because 
cucumber options can be set using environment variables from the execution 
environment, which means tlb hookup point will not be exposed and 
load-balancing will not happen if user overrides cucumber opts. 

We should enforce loading inflection irrespective of what happens in the 
execution environment.

Original issue reported on code.google.com by singh.janmejay on 7 Dec 2011 at 1:00

GoogleCodeExporter commented 9 years ago

Original comment by singh.janmejay on 17 Dec 2011 at 1:44

GoogleCodeExporter commented 9 years ago

Original comment by singh.janmejay on 17 Dec 2011 at 1:55

GoogleCodeExporter commented 9 years ago
Merged to upstream in e15271074dd0e5fa3c98076813832f6350d25c44

Original comment by singh.janmejay on 21 Dec 2011 at 1:04