You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2012/05/28 19:45:11 UTC

[Bug 53311] New: JMeterUtils#runSafe should not throw Error when interrupted

https://issues.apache.org/bugzilla/show_bug.cgi?id=53311

          Priority: P2
            Bug ID: 53311
          Assignee: issues@jmeter.apache.org
           Summary: JMeterUtils#runSafe should not throw Error when
                    interrupted
          Severity: normal
    Classification: Unclassified
                OS: Windows XP
          Reporter: sebb@apache.org
          Hardware: PC
            Status: NEW
           Version: 2.7
         Component: Main
           Product: JMeter

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.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 53311] JMeterUtils#runSafe should not throw Error when interrupted

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=53311

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #1 from Sebb <se...@apache.org> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.