Bug 61656

Summary: tearDown Thread Group should run by default at stop or shutdown of test
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: p.mouawad
Priority: P2    
Version: 3.3   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2017-10-23 20:05:23 UTC
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.
Comment 1 Philippe Mouawad 2017-10-23 20:26:26 UTC
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
Comment 2 Philippe Mouawad 2017-10-23 20:51:15 UTC
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
Comment 3 The ASF infrastructure team 2022-09-24 20:38:10 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4539