You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2020/04/30 06:59:26 UTC

[Bug 64396] Incorrectly calculates the response time of parent sampler at the end of the test when using Transaction controller along with timers and duration of test

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

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om
                 OS|                            |All

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
What has happened is the following:

1588227741936,4710,Parent_GoodReads,200,,Thread Group
1-5,,true,,22767,339,1,1,null,0,0,0
1588227744935,1711,GR - Landing Page,200,OK,Thread Group
1-5,text,true,,22767,339,1,1,https://www.goodreads.com/,1710,0,772


My analysis is that as it is the end of test, in GR - Landing Page:
- GR - Landing Page : 1711ms
- Constant Timer fully running would have exceeded end , so JMeter
automatically sets timing so that it does not exceed it: 2999ms
- Search Book did not run

So total is:  4710ms

Which leads to this result.

I cannot tell if we should consider this a bug.

@Team, what do you think ?

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