Open
Description
Problem:
Reference : #5099
test_record_padding has been changed to expect a stderr and a non zero exit code (above PR). This needs more investigation if this is the expected behavior. Without the change the test result is flaky. There is a different ratio of success/fail/skip every time it's ran. This is most likely due to I/O loop.
This was also tested with openSSL 3. Other test cases that have a similar setup (s2n is a client and there is a close marker)
- test_key_update.py PASSES
- test_renegotiate.py PASSES
- test_serialization.py FAILS
Solution:
Solution is unknown and needs more investigation