https://bz.apache.org/bugzilla/show_bug.cgi?id=64176
Philippe Mouawad <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] | |om --- Comment #4 from Philippe Mouawad <[email protected]> --- (In reply to gucanu.ext from comment #3) > Thank you for your response, > my jmeter version is 5.1, java 1.8.0_211-b12 > > i didn't use any transaction controller only simple controller. > > > I finally found the root cause of my problem, i used debug post processor > under the http sample in my jmx script. for me it's really a bug ( it occurs > a response 200 and wrong line in output file) but i can disable it or remove > from my script and my result file will be OK. Hello, There was a bug where presence of Debug Post Processor would put 0 for number of threads and number of threads in group. But regarding this, why do you think it's a bug ? - Debug Post Processor add a line for the SampleResult is generates with: 1) Code 200 : It's not a failed sample result 2) null URL as there is no URL Does explanation look ok to you ? Thanks -- You are receiving this mail because: You are the assignee for the bug.
