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 2021/10/16 11:41:50 UTC

[Bug 65569] JSR223 sampler SampleResult.setIgnore() caches script even when unchecked caching

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

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |FixedInTrunk

--- Comment #6 from Felix Schumacher <fe...@internetallee.de> ---
@Leon, could you test next nightly or build from trunk and report, whether it
fixes your issue?

commit 5f1995de244986c820ed47028ceedf9167004673
AuthorDate: Sat Oct 16 13:33:21 2021 +0200

    Always call compiler.done(pack) on sampler when it is finished

    When the sampler set sample to ignore, compiler.done(pack) was not called,
    which led to strange effects, as the thread loop thought, it was already
    initialized on the next iteration and did not set the new values before
    the next sample.

    Bugzilla Id: 65569
---
 src/core/src/main/java/org/apache/jmeter/threads/JMeterThread.java | 1 +
 1 file changed, 1 insertion(+)

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