https://issues.apache.org/bugzilla/show_bug.cgi?id=54667
Marco Ullasci <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] OS| |All --- Comment #3 from Marco Ullasci <[email protected]> --- The attached JMX are skeletons to show the behavior. The actual sampler are only used to check the structure: JDBC samplers can point to any database. With 32 lines in the parameter file, each with a different value, the expectation was to have 64 sampler executions. When quotes are not used several If Controllers are (appear to be) triggered twice: 029 and 035 are an example. In total 88 samplers get executed. If single quotes are used 031, 032 and 033 are not (don't appear to be) triggered at all. In order to get all the controller to be triggered exactly once I had to place single quotes as a condition in all the controllers with the exception of 031, 032 and 033 Additional tests with the JMX without quotes: Tested also on 2.7 on the same W7 64bit machine C:\Users\MU186000>java -version java version "1.6.0_39" Java(TM) SE Runtime Environment (build 1.6.0_39-b04) Java HotSpot(TM) 64-Bit Server VM (build 20.14-b01, mixed mode) Tested with 2.9 also on Win2003 C:\Documents and Settings\Administrator>java -version java version "1.7.0_13" Java(TM) SE Runtime Environment (build 1.7.0_13-b20) Java HotSpot(TM) 64-Bit Server VM (build 23.7-b01, mixed mode) Tested with 2.9 also on SLES 10 s10-1310:~ # java -version java version "1.6.0_16" Java(TM) SE Runtime Environment (build 1.6.0_16-b01) Java HotSpot(TM) 64-Bit Server VM (build 14.2-b01, mixed mode) Result was the same as with 2.9 on W7 64bit. -- You are receiving this mail because: You are the assignee for the bug.
