https://bz.apache.org/bugzilla/show_bug.cgi?id=63856

--- Comment #11 from [email protected] ---
Created attachment 36874
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=36874&action=edit
Just2Get.jmx

Hello guys,

I made a new test plan to reproduce the problem, please find Just2Get.jmx
attached :)
I confirmed the problem is still present in Jmeter "5.2-SNAPSHOT a8d030b"
(08/11/2019).

In this Just2Get.jmx plan, you will only find 2 x "HTTP Request", 1 x
"Transaction Controller", and 1 x "View Results Tree".
The "View Results Tree" Listener is configured to write results to
"results.csv" file with default options.

---------
Step 1: Play the test (it will only perform one run with one thread).
The result will be correct: Connect time of the Transaction Controller (197ms)
will be the sum of G01 (197ms) + G02 (0ms)
---------
" 
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1573248942696,243,G01 /,200,OK,Thread Group
1-1,text,true,,4352,366,1,1,https://jmeter.apache.org/,242,0,197
1573248942940,92,G02 /images/logo.svg,200,OK,Thread Group
1-1,text,true,,35595,381,1,1,https://jmeter.apache.org/images/logo.svg,89,0,0
1573248942688,335,Transaction Controller,200,"Number of samples in transaction
: 2, number of failing samples : 0",Thread Group
1-1,,true,,39947,747,1,1,null,331,10,197
"


---------
Step 2: Check the "Generate parent sample" on the transaction controller and
replay the test.
The result will be incorrect: Connect time of the Transaction Controller (0ms)
will not be the sum of G01 (168ms) + G02 (0ms)
---------
"
timeStamp,elapsed,label,responseCode,responseMessage,threadName,dataType,success,failureMessage,bytes,sentBytes,grpThreads,allThreads,URL,Latency,IdleTime,Connect
1573249185428,306,Transaction Controller,200,"Number of samples in transaction
: 2, number of failing samples : 0",Thread Group
1-1,,true,,39947,747,1,1,null,0,3,0
1573249185430,214,G01 /,200,OK,Thread Group
1-1,text,true,,4352,366,1,1,https://jmeter.apache.org/,214,0,168
1573249185645,92,G02 /images/logo.svg,200,OK,Thread Group
1-1,text,true,,35595,381,1,1,https://jmeter.apache.org/images/logo.svg,90,0,0
"


Thanks for any time you can find to investigate :)
Cheers,

Pierre

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to