https://issues.apache.org/bugzilla/show_bug.cgi?id=51123
Summary: wrong execution order of statements inside
IfController or just a flush missing?
Product: JMeter
Version: Nightly (Please specify date)
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: Main
AssignedTo: [email protected]
ReportedBy: [email protected]
Created an attachment (id=26936)
--> (https://issues.apache.org/bugzilla/attachment.cgi?id=26936)
IfController.jmx
Inside an IfController, first a string shall printed, then a wait executed and
then another string printed.
As opposed to the "equivalent" statement in
http://jakarta.apache.org/jmeter/api/org/apache/jmeter/control/IfController.html
First the wait is executed and then the two prints are handed over to the "View
Results Tree". Also the two timestamps are not 10 seconds apart?
Observation: if the Test Plan is stopped during the wait, the first print
immediately shows up in the Results.
Does this mean that the flush is missing? (If so, what would be the command to
flush?)
But if it is only that, why are the timestamps not 10s apart?
--
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]