]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: ci: Allow rerun of unstable statschannel tests under TSAN
authorNicki Křížek <nicki@isc.org>
Mon, 19 Aug 2024 14:10:10 +0000 (14:10 +0000)
committerNicki Křížek <nicki@isc.org>
Mon, 19 Aug 2024 14:10:10 +0000 (14:10 +0000)
commit2b37b2ed74bfc53cd1db1a1adbe93ce6f2766b2b
treeb7c8ad5dc42ba4df9de7f5f5e6d5c3d3b58cd246
parentd0d6ad0c52e49938725337d3446dbe2e7002cae0
parentec2fc7680a4508c496c5817e4ba0d5c9c6475e70
chg: ci: Allow rerun of unstable statschannel tests under TSAN

The test_traffic_json and test_traffic_xml occasionally fail when
running under TSAN. This happens in CI and is most likely a result of
some instability that doesn't seem to be easily reproduced.

Closes #4598

Merge branch '4598-mark-statschannel-test-flaky' into 'main'

Closes #4598

See merge request isc-projects/bind9!9293