Bug 51839

Summary: "... end of run" printed prematurely
Product: JMeter - Now in Github Reporter: Sebb <sebb>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 2.5   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   

Description Sebb 2011-09-17 14:28:47 UTC
The message "... end of run" can be printed prematurely.

This is because StandardJMeterEngine calls notifyTestListenersOfEnd() in the StopTest thread.

The notification should be left to the end of the main engine run loop.
Comment 1 Sebb 2011-09-17 14:33:36 UTC
URL: http://svn.apache.org/viewvc?rev=1171991&view=rev
Log:
Bug 51839 - "... end of run" printed prematurely

Modified:
   jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java
   jakarta/jmeter/trunk/xdocs/changes.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:37:46 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2545