Bug 51839 - "... end of run" printed prematurely
Summary: "... end of run" printed prematurely
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.5
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-17 14:28 UTC by Sebb
Modified: 2011-09-17 14:33 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
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