Bug 53311 - JMeterUtils#runSafe should not throw Error when interrupted
Summary: JMeterUtils#runSafe should not throw Error when interrupted
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.7
Hardware: PC Windows XP
: P2 normal (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-28 17:45 UTC by Sebb
Modified: 2012-05-28 17:49 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sebb 2012-05-28 17:45:11 UTC
The method JMeterUtils#runSafe currently rethrows InterruptedException as an Error.

This means that an error can be reported when stopping a test.

It would be better to log but otherwise ignore InterruptedException.
Comment 1 Sebb 2012-05-28 17:49:49 UTC
URL: http://svn.apache.org/viewvc?rev=1343334&view=rev
Log:
Bug 53311 - JMeterUtils#runSafe should not throw Error when interrupted

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