https://bz.apache.org/bugzilla/show_bug.cgi?id=63674
[email protected] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #5 from [email protected] --- Hello Felix, Thanks for the quick reply :) Okay here is my setup, let's hope you will be able to reproduce the bug :) 1 - Start one slave with jmeter 5.1.1 in CLI, started with ./jmeter-server and with only 2 modifications in jmeter.properties httpclient4.retrycount=1 httpsampler.ignore_failed_embedded_resources=true 2 - Start one master with jmeter 5.1.1 in GUI, started with ./jmeter and with only 4 modifications in jmeter.properties (attachment provided) httpclient4.retrycount=1 httpsampler.ignore_failed_embedded_resources=true remote_hosts=stress06 mode=DiskStore 3 - Open the "SimpleTest.jmx" on GUI and remote run it to your slave node (stress06 here) It's one 60 seconds test plan with two step. Test1: ok - mode=DiskStore - [Uncheck] "retrieve all embedded resources" into advanced tab of "http request defaults" - result: -- one 55000 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file contain response data of main requests (<!DOCTYPE html><html><head>...) -> this behaviour is normal :) Test2: ok - mode=StrippedDiskStore - [Uncheck] "retrieve all embedded resources" into advanced tab of "http request defaults" - result: -- one 320 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file doesn't contain any response data -> this behaviour is normal thanks to Stripped :) Test3: ok - mode=DiskStore - [Check] "retrieve all embedded resources" into advanced tab of "http request defaults" - result: -- one 187000 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file contain response data of main (<!DOCTYPE html><html><head>...) and embedded requests (...<FF><EE>^@^NAdobe^@d<C0>...) -> this behaviour is normal :) Test4: bug - mode=StrippedDiskStore - [Check] "retrieve all embedded resources" into advanced tab of "http request defaults" - result: -- one 187000 KB file is generated in /tmp/SerialisedSampleSender*.ser -- this file contain response data of main (<!DOCTYPE html><html><head>...) and embedded requests (...<FF><EE>^@^NAdobe^@d<C0>...) -> Here is the bug, with StrippedDiskStore, all the responses sample should be dropped, and here we have response from main + embedded requests Problem is also present in StrippedBatch, but it should be easier to debug with StrippedDiskStore :) -- You are receiving this mail because: You are the assignee for the bug.
