ASF Bugzilla – Attachment 27658 Details for
Bug 51868
A lot of exceptions in jmeter.log while using option "Start next loop" for thread
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix to bad handling of error in Condition
BUG_51868.patch (text/plain), 691 bytes, created by
Philippe Mouawad
on 2011-10-01 16:05:31 UTC
(
hide
)
Description:
Fix to bad handling of error in Condition
Filename:
MIME Type:
Creator:
Philippe Mouawad
Created:
2011-10-01 16:05:31 UTC
Size:
691 bytes
patch
obsolete
>Index: src/core/org/apache/jmeter/control/IfController.java >=================================================================== >--- src/core/org/apache/jmeter/control/IfController.java (revision 1177675) >+++ src/core/org/apache/jmeter/control/IfController.java (working copy) >@@ -123,6 +123,7 @@ > logger.debug(" >> evaluate Condition - [ " + cond + "] results is [" + result + "]"); > } catch (Exception e) { > logger.error(getName()+": error while processing "+ "[" + cond + "]\n", e); >+ throw new IllegalStateException(getName()+": error while processing "+ "[" + cond + "]\n", e); > } finally { > Context.exit(); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 51868
:
27558
|
27559
|
27560
|
27561
|
27658
|
27669
|
27696