-
Notifications
You must be signed in to change notification settings - Fork 165
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
flaky test: iroh-net discovery::test_dns_pkarr::pkarr_publish_dns_discover #2221
Labels
Comments
I believe all the https://github.com/n0-computer/iroh/actions/runs/9760697872/job/26940130454?pr=2445 Let's use this issue for all of them. |
2 tasks
The tests are fully local and I cannot spot a point where they might be flaky. Maybe we just have to increase the timeout. If CI gets really slow the 2s might not be enough for the node to be discovered. |
1 task
Fix in #2450 |
1 task
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 3, 2024
## Description The idea of the probe plan is that first the STUN probes happen, if those don't work we add the other probes. However when there are multiple relay servers we accidentally started the subsequent probes for all but the first relay server too late. This makes sure to globally record when the last STUN probe was sent and re-uses this value for all the relay servers which are probed. ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions Fixes #2444 See #2221 for flaky tests. ## Change checklist - [x] Self-review. - ~~[ ] Documentation updates if relevant.~~ - [x] Tests if relevant. - ~~[ ] All breaking changes documented.~~
github-merge-queue bot
pushed a commit
that referenced
this issue
Jul 3, 2024
## Description We have some tests that use timeouts to not wait infinitely for an event that might not be coming. These tests are flaky if the timeout is too low, especially on windows and likely if the machines are overworked. This PR increases these timeouts: * Increase timeout of `test_node_add_tagged_blob_event` from 1s to 10s (Fixes #2331) * Increase timeouts of the `pkarr_publish_dns_resolve_*` tests from 2s to 10s (Fixes #2221) ## Breaking Changes <!-- Optional, if there are any breaking changes document them, including how to migrate older code. --> ## Notes & open questions <!-- Any notes, remarks or open questions you have to make about the PR. --> ## Change checklist - [x] Self-review.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://github.com/n0-computer/iroh/actions/runs/8783456856/job/24099637605
The text was updated successfully, but these errors were encountered: