userver-framework / userver

Production-ready C++ Asynchronous Framework with rich functionality
https://userver.tech
Apache License 2.0
2.37k stars 275 forks source link

Fix the test_network_limit_time* tests #546

Open apolukhin opened 4 months ago

apolukhin commented 4 months ago

At the moment those tests are disabled as flacky

https://github.com/userver-framework/userver/blob/4348f91c9251bdfbb596ae68c5c922205b04c8fc/postgresql/functional_tests/basic_chaos/tests/test_postgres.py#L172-L224

Restore the tests and make them reliable

Internal ticket: 7988