Re: [VOTE] Release JMeter 2.5 RC2

2011-08-13 Thread sebb
On 14 August 2011 00:21, Milamber wrote: > > > Le 13/08/2011 22:11, sebb a ecrit : >> [snip] > Yes. I've added 2 options on build.xml to permit build for non-svn > http://svn.apache.org/viewvc?rev=1154787&view=rev > [snip] >>> Ok, no problem for a new RC. You are right, and I would lik

Re: [VOTE] Release JMeter 2.5 RC2

2011-08-13 Thread Milamber
Le 13/08/2011 22:11, sebb a ecrit : > [snip] Yes. I've added 2 options on build.xml to permit build for non-svn http://svn.apache.org/viewvc?rev=1154787&view=rev [snip] >> Ok, no problem for a new RC. You are right, and I would like too a good >> quality for this new release. >> >>

Re: [VOTE] Release JMeter 2.5 RC2

2011-08-13 Thread sebb
On 10 August 2011 20:07, Milamber wrote: > > > Le 10/08/2011 17:06, sebb a ecrit : >> On 9 August 2011 16:46, Milamber wrote: >> >>> >>> Le 09/08/2011 14:58, sebb a ecrit : >>> Sorry, but I think the JMeterVersion changes need a bit more work. I did not realise all the consequences of t

Re: Accessing StandardJMeterEngine.allThreads

2011-08-13 Thread Andrey Pohilko
Well, I'd group connections like using properties - defining some criteria like __threadNum-based... Ok, I got your position. Thank you for explaining. On Saturday 13 August 2011 17:31:56 sebb wrote: > On 13 August 2011 13:48, Andrey Pohilko wrote: > > JMeter threads simulate not users, but br

Re: Accessing StandardJMeterEngine.allThreads

2011-08-13 Thread sebb
On 13 August 2011 13:48, Andrey Pohilko wrote: > JMeter threads simulate not users, but browsers. And when application under > test needs to have some parallel and synchronized activity, we need some > inter-thread interaction. JMeter threads are users, not browsers. If regarded as a browser, th

Re: Accessing StandardJMeterEngine.allThreads

2011-08-13 Thread Andrey Pohilko
JMeter threads simulate not users, but browsers. And when application under test needs to have some parallel and synchronized activity, we need some inter-thread interaction. Frequent example is AJAX, where requests goes in parallel, but need some synchronization. For example, while file upload

Re: Accessing StandardJMeterEngine.allThreads

2011-08-13 Thread sebb
On 13 August 2011 13:13, Andrey Pohilko wrote: > Hi all! > > JMeter users frequently ask for some inter-thread communications on JMeter > forums. JMeter threads represent independent users; it should not be necessary to pass data between them. JMeter 2.5 will support setUp threads, which solve m

Accessing StandardJMeterEngine.allThreads

2011-08-13 Thread Andrey Pohilko
Hi all! JMeter users frequently ask for some inter-thread communications on JMeter forums. I have an idea of custom function that would give information from any thread for another thread. I think this will give wanted interaction. The problem implementing it is that only place where all JMeter