Start Next Loop fix

2011-10-31 Thread Philippe Mouawad
Hello Sebb, All, I commited the fix to this feature implementing your proposal. My tests show it fixes the 3 issues: - 51865 - 51866 - 51868 The think I dislike about it is the cast to LoopController in ThreadGroup (but I think it is OK). As code is a bit complex it would be great if

transaction controller issue

2011-10-31 Thread Franco Sabadini
Hi, I'm having an issue on JMeter 2.5, when running a test with a transaction controller inside an IF controller I get the following error (only sometimes): 2011/10/28 13:36:47 ERROR - jmeter.threads.JMeterThread: Test failed! java.lang.StackOverflowError at

Re: Start Next Loop fix

2011-10-31 Thread sebb
On 31 October 2011 10:59, Philippe Mouawad philippe.moua...@gmail.com wrote: Hello Sebb, All, I commited the fix to this feature implementing your proposal. My tests show it fixes the 3 issues:   - 51865   - 51866   - 51868 The think I dislike about it is the cast to LoopController in