We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This test fails intermittently, it should be fixed:
1) libp2p.metrics should move disconnected peers to the old peers list: AssertionError: expected 257 to be at least 512 + expected - actual -257 +512
The text was updated successfully, but these errors were encountered:
fix: wait for peer stats to be updated during test
d197842
The peer stats update interval doesn't always align with the timing in the test so make sure it's elapsed before asserting on the results. Fixes #1219
fix: wait for peer stats to be updated during test (#1238)
b047268
Successfully merging a pull request may close this issue.
This test fails intermittently, it should be fixed:
The text was updated successfully, but these errors were encountered: