[GitHub] jmeter pull request #341: Test isIgnore after post processor and assertions

2018-02-06 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/jmeter/pull/341


---


[GitHub] jmeter pull request #341: Test isIgnore after post processor and assertions

2017-11-24 Thread max3163
GitHub user max3163 opened a pull request:

https://github.com/apache/jmeter/pull/341

Test isIgnore after post processor and assertions

Actually, the new setIgnore() method allow to not send the sampleResut to 
all listeners. 
But you have to set the property in the sampler, you can't change it on a 
post-processor or in a assertion script.

This PR allow it

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/max3163/jmeter BZ60829_SetIgnore

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/jmeter/pull/341.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #341


commit 1cbc3c10a957f378e41048c60e49620a312daba0
Author: Chassagneux Maxime <4163...@airfrance.fr>
Date:   2017-11-24T10:58:31Z

Test isIgnore after post processor and assertions




---