Bug 52968

Summary: Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: major CC: p.mouawad
Priority: P2    
Version: 2.6   
Target Milestone: ---   
Hardware: All   
OS: All   
Attachments: Test Plan to reproduce issue
The right Test Plan

Description Philippe Mouawad 2012-03-22 09:53:45 UTC
Created attachment 28498 [details]
Test Plan to reproduce issue

Hello,
Using JMeter 2.6 I noticed an abnormal behaviour when using Start Next Loop option combined to TransactionController.

When using this option and an error occurs in a Sample (child of TransactionController) , the Transaction is not reported in error.

I attach Test Plan to show issue.
When executing it I get:
C-JR1 in error
C-TC1 in error
SNL-JR2 in error

=> NO SNL-TC2 in error reported

while I should get:
C-JR1 in error
C-TC1 in error
SNL-JR2 in error
SNL-TC2 in error
Comment 1 Philippe Mouawad 2012-03-22 11:21:25 UTC
Created attachment 28499 [details]
The right Test Plan
Comment 2 Philippe Mouawad 2012-03-24 23:23:07 UTC
Date: Sat Mar 24 23:22:29 2012
New Revision: 1304962

URL: http://svn.apache.org/viewvc?rev=1304962&view=rev
Log:
Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs

Modified:
   jmeter/trunk/src/core/org/apache/jmeter/control/TransactionController.java
   jmeter/trunk/src/core/org/apache/jmeter/threads/JMeterThread.java
   jmeter/trunk/xdocs/changes.xml
Comment 3 The ASF infrastructure team 2022-09-24 20:37:49 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/2794