tempesta-tech / tempesta-test

Test suite for Tempesta FW
10 stars 4 forks source link

update all tests_disabled files #526

Closed RomanBelozerov closed 8 months ago

voodam commented 9 months ago

Also see these: https://github.com/tempesta-tech/tempesta/issues/1968 https://github.com/tempesta-tech/tempesta-test/issues/467

voodam commented 9 months ago

./run_tests.py -T 1:

FAIL: test_large_frame_payload_length (http2_general.test_h2_hpack.TestFramePayloadLength)

----------------------------------------------------------------------

Traceback (most recent call last):

  File "/home/jenkins/workspace/_PR_tempesta_PR-1981/tempesta-test/http2_general/test_h2_hpack.py", line 792, in test_large_frame_payload_length

    self.assertIn(ErrorCodes.PROTOCOL_ERROR, client.error_codes)

AssertionError: <ErrorCodes.PROTOCOL_ERROR: 1> not found in [<class 'ssl.SSLWantReadError'>]

Flaky test on TCP segmentation (pretty much, about half of tries). I tried to find the place where it was introduced, but didn't find, probably it was enabied by:

commit cac7c14f8b3e93b4be7ad0a872ec2d079a984820 (HEAD)
Author: EvgeniiMekhanik <em@tempesta-tech.com>
Date:   Mon Jul 24 10:48:05 2023 +0300

    Enabled tests blocked by PR 1926