https://bz.apache.org/bugzilla/show_bug.cgi?id=63087
Bug ID: 63087
Summary: DistributedRunner %JME% .isActive always returns true
even when agents have stopped
Product: JMeter
Version: 5.0
Hardware: PC
OS: Mac OS X 10.1
Status: NEW
Severity: critical
Priority: P2
Component: Main
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: JMETER_5.1
the API states.
boolean isActive()
Returns:
boolean Flag to show whether engine is active (true when test is running). Set
to false at end of test
however,
when executing distributed runner and calling this function on the iteration of
JMeterAgent , after the agent has ended the test, the value is still true. my
interpretation is that at this point the isActive should return false as all
agents/engines are finished. Severe negative impact on distributed testing as
it is impossible to now if the agent/engine is available to accept a test.
--
You are receiving this mail because:
You are the assignee for the bug.