https://bz.apache.org/bugzilla/show_bug.cgi?id=65257
Felix Schumacher <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO Keywords| |FixedInTrunk OS| |All --- Comment #2 from Felix Schumacher <[email protected]> --- Thanks for the report. This should be fixed in trunk. Can you test the next nightly or trunk build? commit 0dce105f13c7d95ef84225984c5c2c1a967243a8 AuthorDate: Sat Apr 24 11:31:25 2021 +0200 JMESPathExtractor writes error log entries if JMESPath filter returns empty result Bugzilla Id: 65257 --- .../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.java | 2 +- xdocs/changes.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) commit 4206445d058b1e1cbae8e71f07c5f6d1e2e91935 AuthorDate: Sat Apr 24 12:24:43 2021 +0200 JMESPathExtractor writes error log entries if JMESPath filter returns empty result Second try to fix the bug. Bugzilla Id: 65257 --- .../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.java | 4 +++- .../apache/jmeter/extractor/json/jmespath/TestJMESPathExtractor.java | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) commit 5921a91d95957f328a46f01adc780a507860f05a AuthorDate: Sat Apr 24 12:42:43 2021 +0200 JMESPathExtractor writes error log entries if JMESPath filter returns empty result Third try to fix the bug and make the linter happy. Bugzilla Id: 65257 --- .../org/apache/jmeter/extractor/json/jmespath/JMESPathExtractor.java | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
