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/01/23 08:50:28 UTC

[Bug 64091] New: Precise Throughput Timer might produce less samples when low test duration is used

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

            Bug ID: 64091
           Summary: Precise Throughput Timer might produce less samples
                    when low test duration is used
           Product: JMeter
           Version: 5.2.1
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: sitnikov.vladimir@gmail.com
  Target Milestone: JMETER_6.0.0

Precise Throughput Timer does not really know how long the test would last.
However, it needs to produce the exact number of samples for the test duration.

That is solved by adding "test duration" parameter to PTT.
If the test lasts longer than the specified duration, then PTT re-generates a
next schedule.

However, the glue between those schedules was not right, so the overall
schedule might have less samples than desired.

The updated implementation should ensure that each "test duration" timeframe
receives exactly the desired sample count

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

[Bug 64091] Precise Throughput Timer might produce less samples when low test duration is used

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=64091

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |p.mouawad@ubik-ingenierie.c
                   |                            |om

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
https://github.com/apache/jmeter/commit/03693f7c66707ddf84346430a979660abe4c58e3

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