https://bz.apache.org/bugzilla/show_bug.cgi?id=65034
hks <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEEDINFO |NEW --- Comment #2 from hks <[email protected]> --- (In reply to Felix Schumacher from comment #1) > Can you provide a bit more information about the test plan, you used or the > content of the packets? --> We have bunch of TCP Samplers which sends packets and gets a response for each. We do not check or care what data it responds with. We have couple of TCP Samplers at the beginning which performs sign on. (Have attached the screen shots too in this. "1a Sampler" --> always returns "3e" which is 62 in decimal hance we have used/set EOM Byte field. "1b Sampler" --> the response data is different always, hence we are not setting the EOM Byte field. You can see that we get a response from the application (view results tree screen shot) and JMeter has captured it but due to the EOM check it fails.) > > Do you set a EOM byte? --> NO for the request what we send (1b Sampler as attached in screen shot) > > Has the last packet (that JMeter processes) such a EOM byte at the boundary > of the buffers used? (Maybe you can share the network captures?) --> we do not set the EOM byte for "1b sampler" as the response is different every time. according to the document it says that if we have different response then we can leave EOM byte field empty so that it will be set to "1000" as default which sets the flag as false for EOM byte check. But we dont see that happening in the "IF" condition which was shared earlier. I will be sharing the screen shots of the samplers but will not be able to provide you anything which you can use it to run and check as it is a proprietary application of Unisys. > > What OS are you using? What JVM? --> OS doesnt matter as we tried it on Win 10 and WIN2012R2. Its the same result on both. openjdk 14.0.2 2020-07-14 OpenJDK Runtime Environment AdoptOpenJDK (build 14.0.2+12) OpenJDK Client VM AdoptOpenJDK (build 14.0.2+12, mixed mode, sharing) Also have tried on Oracle JAVA 8. -- You are receiving this mail because: You are the assignee for the bug.
