https://bz.apache.org/bugzilla/show_bug.cgi?id=64196
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |NEEDINFO --- Comment #14 from Philippe Mouawad <[email protected]> --- (In reply to Wicky Tam from comment #13) > I downloaded the nightly build Jmeter(LATEST > (r1659-30a71a3112e436889d69ab9d2cb5403f4a3ab59c))and tested it. > > I find that regex extractor and Response Assertion can find the string in > sub-sub-sampler in this version of jmeter. > > It solve the issue of point 2. > > what about other issues? Maybe a thanks would be a good start . For point 1, please open a separate enhancement request. AFAIK , it always worked like this , I am not sure we can change behaviour, so we would add a new option, this needs to be discussed For point 3, please also open a separate bug and clarify how it differs from 1. It's not clear for me. Thank you in advance > > > (In reply to Felix Schumacher from comment #12) > > The fix has been committed. Could you please test the next nightly build? > > > > commit 1a2f24ab25f2a571f7bcb599b4be692eb47dde92 > > AuthorDate: Sun Mar 8 15:26:25 2020 +0100 > > > > Recurse into sub samplers more deeply when checking assertions > > > > With this change we recurse up to three levels into sub results of > > SampleResults > > instead of only one level deep. > > > > This helps in case of parallel downloads of embedded elements of a web > > page, which > > get stored as sub-sub-sampleresults. > > > > Bugzilla Id: 64196 > > --- > > .../org/apache/jmeter/threads/JMeterThread.java | 38 > > +++++++++++++--------- > > xdocs/changes.xml | 1 + > > 2 files changed, 24 insertions(+), 15 deletions(-) > > > > commit 30a71a3112e436889d69ab9d2cb5403f4a3ab59c > > AuthorDate: Sun Mar 8 16:58:35 2020 +0100 > > > > Recurse into sampleResults for getSampleList > > > > With this change we collect the sampleList of a SampleReult by recursing > > up to > > three levels into sub results of SampleResults instead of only one level > > deep. > > > > This helps in case of parallel downloads of embedded elements of a web > > page, which > > get stored as sub-sub-sampleresults. Before this change a regex Post > > Processor would > > not see those sub-sub-sampleresults. > > > > Bugzilla Id: 64196 > > --- > > .../jmeter/testelement/AbstractScopedTestElement.java | 19 > > ++++++++++++++++++- > > xdocs/changes.xml | 1 + > > 2 files changed, 19 insertions(+), 1 deletion(-) -- You are receiving this mail because: You are the assignee for the bug.
