On 17. 08. 22, 0:19, Neal Cardwell wrote:
IMHO the best solution here is to tweak the test code so that it does not race and depend on the exact timing of TCP ACKs. One possible way to achieve this would be to have the client TCP connection use setsockopt(TCP_NODELAY) so that the body for the PUT /2 request is transmitted immediately, whether or not the server delays the ACK of the PUT /2 headers.
Thanks a lot, Neal! So for the time being, until this is resolved in eventlet, I pushed a change to disable the test in openSUSE.
thanks, -- js