Test sync::syncs_header_only_forks
is flaky in sc-network-test
#497
Labels
T10-tests
This PR/Issue is related to tests.
With changes from paritytech/substrate#14337, test
syncs_header_only_forks
is flaky on a multi-threaded runtime. This is only an issue on some machines where it fails ~ every 4 hours of continuous running with other sync tests.For some reason, the test is not flaky if run under single-threaded
#[tokio::test]
runtime. So, paritytech/substrate#14337 converts it into single-threaded. Nevertheless, this needs some attention, so marked asTODO
in the code.See paritytech/substrate#14337 (comment) for additional details.
The text was updated successfully, but these errors were encountered: