https://issues.apache.org/bugzilla/show_bug.cgi?id=50490
Sebb <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- OS/Version| |All --- Comment #3 from Sebb <[email protected]> 2010-12-17 11:57:34 EST --- Thanks very much - a very useful enhancement. Code committed to SVN: URL: http://svn.apache.org/viewvc?rev=1050447&view=rev Log: Bug 50490 - Setup and Post Thread Group enhancements for better test flow. Added: jakarta/jmeter/trunk/docs/images/screenshots/post_thread_group.png (with props) jakarta/jmeter/trunk/docs/images/screenshots/setup_thread_group.png (with props) jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/PostThreadGroup.java (with props) jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/SetupThreadGroup.java (with props) jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/gui/PostThreadGroupGui.java (with props) jakarta/jmeter/trunk/src/core/org/apache/jmeter/threads/gui/SetupThreadGroupGui.java (with props) jakarta/jmeter/trunk/xdocs/images/screenshots/post_thread_group.png (with props) jakarta/jmeter/trunk/xdocs/images/screenshots/setup_thread_group.png (with props) Modified: jakarta/jmeter/trunk/bin/saveservice.properties jakarta/jmeter/trunk/src/core/org/apache/jmeter/engine/StandardJMeterEngine.java jakarta/jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties jakarta/jmeter/trunk/xdocs/changes.xml jakarta/jmeter/trunk/xdocs/usermanual/component_reference.xml I had to make some changes to the StandardJMeterEngine code, as it was detecting end of test after the setup and post groups as well as after normal thread groups. Also the code now checks for the presence of setup/post groups before processing them and logging messages for them. Also the messages.properties update was missing from the patch. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
