]> git.ipfire.org Git - thirdparty/bind9.git/commit
Mark test_send_timeout as flaky
authorMichal Nowak <mnowak@isc.org>
Tue, 15 Aug 2023 15:23:30 +0000 (17:23 +0200)
committerMichal Nowak <mnowak@isc.org>
Thu, 17 Aug 2023 12:13:59 +0000 (14:13 +0200)
commit681b23c3985e592ff0548eee012183e0d992b99f
treeccc5b63ae6bb20a293a29ccc7c8a2434ce872bfe
parent5b703de733b1f53f0452e8e654459d7adeb9aa00
Mark test_send_timeout as flaky

In some cases, BIND is not fast enough to fill the send buffer and
manages to answer all queries, contrary to what the test expects.
Repeat the check up to 3 times to limit this test instability.
bin/tests/system/timeouts/tests_tcp_timeouts.py