Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-08 Thread sebb
OK, I see. BTW, I think I have fixed the bug. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: I meant that if I use two different thread groups I can have the module controller have the same name. (but just 1 per thread group with the same name) regards deepak On Thu, May 7,

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-08 Thread Deepak Shetty
Hi thanks. I wont be able to test out the fix anytime soon though , test writing is taking precedence :) regards deepak On Fri, May 8, 2009 at 10:27 AM, sebb seb...@gmail.com wrote: OK, I see. BTW, I think I have fixed the bug. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: I

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread sebb
Which version of JMeter are you using? On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi I have the following structure Disabled Thread Group Simple Controller HTTP Request Thread Group Transaction Controller Module Controller named Test -- Using Simple

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread Deepak Shetty
Hi Its 2.3.2 r665936 regards deepak On Thu, May 7, 2009 at 7:47 AM, sebb seb...@gmail.com wrote: Which version of JMeter are you using? On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi I have the following structure Disabled Thread Group Simple Controller HTTP

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread sebb
And are you using Generate parent sample or not on the Transaction Controller? On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi Its 2.3.2 r665936 regards deepak On Thu, May 7, 2009 at 7:47 AM, sebb seb...@gmail.com wrote: Which version of JMeter are you using? On

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread Deepak Shetty
Hi just tried it out , it fails in both cases. regards deepak On Thu, May 7, 2009 at 8:56 AM, sebb seb...@gmail.com wrote: And are you using Generate parent sample or not on the Transaction Controller? On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi Its 2.3.2 r665936 regards

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread sebb
In that case, please file a Bugzilla issue and attach the JMX file and the jmeter.log file. I've tried, and cannot reproduce the fault. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi just tried it out , it fails in both cases. regards deepak On Thu, May 7, 2009 at 8:56 AM,

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread Deepak Shetty
D'oh I forgot to tell you the most important part, this only happens when I run in command line mode regards deepak On Thu, May 7, 2009 at 9:15 AM, sebb seb...@gmail.com wrote: In that case, please file a Bugzilla issue and attach the JMX file and the jmeter.log file. I've tried, and cannot

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread sebb
Now I see the NPE. The Transaction Controller is not relevant and can be omitted. On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: D'oh I forgot to tell you the most important part, this only happens when I run in command line mode regards deepak On Thu, May 7, 2009 at 9:15 AM,

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread Deepak Shetty
Hi ok , it doesn't happen across Thread Groups. I have raised Bug 47165https://issues.apache.org/bugzilla/show_bug.cgi?id=47165and attached a sample script regards deepak On Thu, May 7, 2009 at 9:37 AM, sebb seb...@gmail.com wrote: Now I see the NPE. The Transaction Controller is not

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread sebb
On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi ok , it doesn't happen across Thread Groups. Not sure what you mean by that. I have raised Bug 47165https://issues.apache.org/bugzilla/show_bug.cgi?id=47165and attached a sample script Thanks. regards deepak On Thu, May

Re: Bug when Module Controllers are named the same in the same transaction controller

2009-05-07 Thread Deepak Shetty
I meant that if I use two different thread groups I can have the module controller have the same name. (but just 1 per thread group with the same name) regards deepak On Thu, May 7, 2009 at 11:38 AM, sebb seb...@gmail.com wrote: On 07/05/2009, Deepak Shetty shet...@gmail.com wrote: Hi ok ,

Bug when Module Controllers are named the same in the same transaction controller

2009-05-06 Thread Deepak Shetty
Hi I have the following structure Disabled Thread Group Simple Controller HTTP Request Thread Group Transaction Controller Module Controller named Test -- Using Simple Controller Defined above Module Controller named Test -- Using Simple Controller Defined above This