GitHub user benbenw opened a pull request:
https://github.com/apache/jmeter/pull/56
Simplification and clarification of the test tree traversal.
bug 52968 added a call to processSampler in order to mark the
transaction sampler in error and generate the associated sampler result.
Add an explanation for that and extract that code in a dedicated method
to make clear that the triggerEndOfLoopOnParentControllers will not
process any new sampler
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/benbenw/jmeter treetraversal2
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/56.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 #56
----
commit 6369077db469692d916ee635ea9bfcc0438a17a8
Author: benoit <[email protected]>
Date: 2015-12-12T16:13:14Z
Simplification and clarification of the test tree traversal.
bug 52968 added a call to processSampler in order to mark the
transaction sampler in error and generate the associated sampler result.
Add an explanation for that and extract that code in a dedicated method
to make clear that the triggerEndOfLoopOnParentControllers will not
process any new sampler
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---