tearDown Thread Group don't currently run by default when: - Test is shutdown (there is an option to change that) - Test is stopped (this cannot be changed) This is weird as a shutdown or stopped test is a test. So "Run tearDown Thread Groups after shutdown of main threads" should be checked by default. The same should happen when a test is stopped.
Author: pmouawad Date: Mon Oct 23 20:26:08 2017 New Revision: 1813084 URL: http://svn.apache.org/viewvc?rev=1813084&view=rev Log: Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Bugzilla Id: 61656 Modified: jmeter/trunk/src/core/org/apache/jmeter/control/gui/TestPlanGui.java jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java jmeter/trunk/xdocs/changes.xml
Author: pmouawad Date: Mon Oct 23 20:50:20 2017 New Revision: 1813093 URL: http://svn.apache.org/viewvc?rev=1813093&view=rev Log: Bug 61656 - tearDown Thread Group should run by default at stop or shutdown of test Remove unused field Bugzilla Id: 61656 Modified: jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java