https://issues.apache.org/bugzilla/show_bug.cgi?id=51480

--- Comment #10 from baerrach <[email protected]> 2011-07-18 04:34:04 UTC ---
Looks like ConstantThroughputTimer:133
        case CALC_MODE_5_ALL_ACTIVE_THREADS_IN_CURRENT_THREAD_GROUP_SHARED:
            final org.apache.jmeter.threads.AbstractThreadGroup group =
JMeterContextService
                    .getContext().getThreadGroup();

is returning null for group
2011/07/18 14:00:37 INFO  - jmeter.timers.ConstantThroughputTimer: group = null 

I didn't notice this, because my real JMeter tests are all
CALC_MODE_4_ALL_ACTIVE_THREADS_SHARED

What's the correct way to check is we are in running mode?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to