apache / jmeter

Apache JMeter open-source load testing tool for analyzing and measuring the performance of a variety of services
https://jmeter.apache.org/
Apache License 2.0
8.34k stars 2.09k forks source link

ClientJMeterEngine can leave server in busy state #2575

Open asfimport opened 13 years ago

asfimport commented 13 years ago

Sebb (Bug 51938): ClientJMeterEngine can leave the server in a busy state if the run command fails.

This is because the configure phase sets the busy flag (active) which is normally reset by the end of a test.

OS: All

Blocks:

asfimport commented 13 years ago

Sebb (migrated from Bugzilla): [I am working on this]

asfimport commented 13 years ago

Sebb (migrated from Bugzilla): It's currently quite difficult to trigger an error in runTest(). [The error was noticed when testing possible fixes for https://github.com/apache/jmeter/issues/2574]