User defined variables at ThreadGroup scope

2017-02-13 Thread Antony Bowesman
I am converting some code from the eggPlant test tool we've been using, which effectively supports properties or variables (essentially everything is a variable in its context) at the thread group (TG) level. It's a pretty useful feature, as typically I set up default props/vars for a test,

Getting hold of test plan name from AbstractJavaSamplerClient

2017-01-12 Thread Antony Bowesman
I've been digging out whether it's possible to get the test plan name from within an AbstractJavaSamplerClient, but it does not seem possible Under the debugger, I've tried wandering through the JavaSamplerContext and AbstractThreadGroup visible to the thread. The closest I can get is to see

RE: Why are HttpArguments always encoded?

2017-01-05 Thread Antony Bowesman
Wyatt, > > However, this gets encoded, so I debugged the code and found that ALL > > arguments created via HttpSamplerBase end up calling > > setAlwaysEncoded(true), so the JSON body gets encoded when it's POSTed > > and there's no nice way to prevent this. > > That sounded really strange, but

Shutdown test releases thundering herd

2017-08-01 Thread Antony Bowesman
Seems like there's a flaw in the shutdown logic When a test is running, it goes through JMeterThread. executeSamplePackage() where it goes into the delay(pack.getTimers()) call. If you shut down a test, it will interrupt the timers and you will see these messages in jmeter.log

RE: Shutdown test releases thundering herd

2017-08-03 Thread Antony Bowesman
; > Andrey Pokhilko > > On 08/02/2017 11:34 AM, sebb wrote: > > On 2 August 2017 at 03:42, Antony Bowesman > > <antony.bowes...@williamhill.com.au> wrote: > >> Seems like there's a flaw in the shutdown logic > >> > >> When a test is running, it

RE: Shutdown test releases thundering herd

2017-08-03 Thread Antony Bowesman
illa for this issue? If there's none, please > file one and we'll work on fixing it. > > Andrey Pokhilko > > On 08/02/2017 11:34 AM, sebb wrote: > > On 2 August 2017 at 03:42, Antony Bowesman > > <antony.bowes...@williamhill.com.au> wrote: > >> Seems like

RE: Shutdown test releases thundering herd

2017-08-08 Thread Antony Bowesman
gt; Hello, > I pushed yesterday a fix to the bugzilla you opened. > Can you test nightly build and give feedback to confirm issue is fixed ? > > Thanks > > On Friday, August 4, 2017, Antony Bowesman < > antony.bowes...@williamhill.com.au> wrote: > > > My temporary