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

Philippe Mouawad <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Keywords|                            |FixedInTrunk
             Status|NEW                         |RESOLVED

--- Comment #2 from Philippe Mouawad <[email protected]> ---
pmouawad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/jmeter.git


The following commit(s) were added to refs/heads/master by this push:
     new 77e80e8  Bug 64581 - Allow SampleResult#setIgnore to influence
behaviour on (#604)
77e80e8 is described below

commit 77e80e8a0c3d3ef6f408f6fefecc622a286b5ce5
Author: Philippe M <[email protected]>
AuthorDate: Wed Jul 8 08:59:50 2020 +0200

    Bug 64581 - Allow SampleResult#setIgnore to influence behaviour on (#604)

    Sampler Error

    Fix also misnamed lastSampleInError to lastSampleOk
    When SampleResult#isIgnore() is true, use is for impacting algorithmic
    execution, it will be taken into account to:

    - Decide what to do on Error ("Action to be taken after a Sampler error"
    in Thread Group)
    - set JMeterThread.last_sample_ok
---
 .../org/apache/jmeter/threads/JMeterThread.java    | 60 +++++++++++++---------
 xdocs/changes.xml                                  |  1 +
 xdocs/usermanual/component_reference.xml           |  7 +++
 3 files changed, 43 insertions(+), 25 deletions(-)

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

Reply via email to