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





--- Comment #4 from Sebb <[EMAIL PROTECTED]>  2008-09-23 04:24:30 PST ---
Created an attachment (id=22624)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22624)
Test case

Just tried the patch (adapted for version 2.3.2) and unfortunately it does not
work properly.

The attached test plan:

Thread Group 3 loops, on error next loop
 Sample BEFORE
 Sample BAD
 Sample AFTER

should result in the following output:

BEFORE
BAD
BEFORE
BAD
BEFORE
BAD

as it should always skip the AFTER sample. However, the samples are:

BEFORE
BAD
AFTER
BEFORE
BAD

When the thread group has 2 loops it generates

BEFORE
BAD
AFTER


-- 
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]

Reply via email to