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

Felix Schumacher <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk
             Status|NEW                         |NEEDINFO

--- Comment #6 from Felix Schumacher <[email protected]> ---
Thanks for the report and the test plan. I think I fixed the problem. Could you
try the next nightly (or current trunk) and report back?

commit 3f78a23e4f91e17dde1c3cac86f60b828de36b05
AuthorDate: Sat Sep 7 15:09:58 2019 +0200

    Add more log messages about the delays

    while on the bug 63711 it helped me to debug the error and I think it can
be of
    value for others, too. While at it a typo was fixed (looop -> loop) and a
bit of
    whitespace was added.

    Bugzilla Id: 63711
---
 .../java/org/apache/jmeter/sampler/TestAction.java | 23 ++++++++++++++--------
 1 file changed, 15 insertions(+), 8 deletions(-)

commit f2c5260abe7a3e1022793474c0a1e322dd0a2010
AuthorDate: Sat Sep 7 15:20:24 2019 +0200

    Revert behaviour of TimerService#adjustDelay to that of 5.1.1

    Changing the adjustDelay method to return -1 when the delay would be longer
    than the remaining scheduled duration, lead to bug 63711.

    This change reverts the default adjustDelay to the old behaviour and adds a
    flag to enable the "new" feature of returning -1 when the sleep time would
    be too long.

    Bugzilla Id: 63711
---
 .../org/apache/jmeter/timers/TimerServiceTest.java | 33 +++++++++++++++-
 .../org/apache/jmeter/threads/JMeterThread.java    |  3 +-
 .../org/apache/jmeter/timers/TimerService.java     | 46 +++++++++++++++++++---
 3 files changed, 74 insertions(+), 8 deletions(-)

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

Reply via email to