Bug 52968 - Option Start Next Loop in Thread Group does not mark parent Transaction Sampler in error when an error occurs
Summary: Option Start Next Loop in Thread Group does not mark parent Transaction Sampl...
Status: RESOLVED FIXED
Alias: None
Product: JMeter - Now in Github
Classification: Unclassified
Component: Main (show other bugs)
Version: 2.6
Hardware: All All
: P2 major (vote)
Target Milestone: ---
Assignee: JMeter issues mailing list
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-03-22 09:53 UTC by Philippe Mouawad
Modified: 2012-03-24 23:23 UTC (History)
1 user (show)



Attachments
Test Plan to reproduce issue (10.93 KB, application/octet-stream)
2012-03-22 09:53 UTC, Philippe Mouawad
Details
The right Test Plan (10.94 KB, application/xml)
2012-03-22 11:21 UTC, Philippe Mouawad
Details

Note You need to log in before you can comment on or make changes to this bug.
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