-
Notifications
You must be signed in to change notification settings - Fork 690
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Test sync::syncs_header_only_forks
is flaky in sc-network-test
#497
Labels
T10-tests
This PR/Issue is related to tests.
Comments
Is it using thread-local state somewhere? |
That's highly unlikely. |
the-right-joyce
added
T10-tests
This PR/Issue is related to tests.
and removed
I5-tests
labels
Aug 25, 2023
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 8, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 9, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
serban300
pushed a commit
to serban300/polkadot-sdk
that referenced
this issue
Apr 10, 2024
bkchr
pushed a commit
that referenced
this issue
Apr 10, 2024
This was referenced Jun 5, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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: