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/06/03 09:27:14 UTC

[Bug 65269] JSON Extractor and JSON JMESPath Extractor Apply to doesn't work as expected

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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|PC                          |All
           Keywords|                            |FixedInTrunk
             Status|NEW                         |NEEDINFO

--- Comment #2 from Felix Schumacher <fe...@internetallee.de> ---
@Nikola, could you test next nightly or build from trunk and report back, if it
fixes your problem?

Note, I haven't changed Boundary Extractor.

commit 0c97fd659f24960a89ff3344b7f71be9e70f1d28
AuthorDate: Sun May 30 20:39:18 2021 +0200

    JSON Extractor and JSON JMESPath Extractor ignore sub-samples

    The UI for those elements suggest, that the extractors would
    look into sub-samples for matches (or even could be configured
    to use only values from the sub-samples). Adapt the implementation
    to make that assumption true.

    Bugzilla Id: 65269
---
 .../extractor/json/jmespath/JMESPathExtractor.java | 48 +++++++-----
 .../extractor/json/jsonpath/JSONPostProcessor.java | 27 ++++---
 .../jmeter/extractor/TestJSONPostProcessor.java    | 88 +++++++++++++++++++---
 .../json/jmespath/TestJMESPathExtractor.java       | 73 ++++++++++++++++++
 xdocs/changes.xml                                  |  1 +
 xdocs/usermanual/component_reference.xml           | 21 ++++--
 6 files changed, 213 insertions(+), 45 deletions(-)

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