tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

`sessions.test_redir_mark` calls `TCP Spurious Retransmission` #399

Closed RomanBelozerov closed 8 months ago

RomanBelozerov commented 1 year ago

Deproxy client calls TCP Spurious Retransmission for these tests (but Tempesta sends TCP RST). Also handle_close method is not called as expected. Identical test - sessions.test_js_challenge.JSChallenge.test_fail_challenge_too_early which does not call TCP Spurious Retransmission and receive TCP RST. These tests receive RST and ACK flags, but only test_redir_mark tests does not close connection. This may be due to #861