Test timeouts in ci
See original GitHub issueI’ve had backend tests timeout multiple times today in the Rafiki GitHub Actions workflows:
https://github.com/interledger/rafiki/runs/5486418533?check_suite_focus=true
Output includes:
notice(message_bus): message queue for peer tigerbeetle.src.message_bus.union:392:19{ .replica = 0 } full, dropping message
The workflows appear to succeed on a retry.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:1
- Comments:8 (6 by maintainers)
Top Results From Across the Web
Cypress and Flaky Tests: How to Handle Timeout Errors
In general, a “timeout” can occur when a program does not receive a response within a specified amount of time, resulting in an...
Read more >Some tests are too large that cause CI timeout #54821 - GitHub
If you go to clang/test directory and run find . -type f -size +1M, you will find some tests are ridiculously large (over...
Read more >Continuous Testing and CI/CD Troubleshooting - Datadog Docs
Learn about Continuous Testing and CI/CD concepts and troubleshoot common errors. ... time based on the polling timeout set in your configuration file....
Read more >Timeouts and logging - Terratest
Go's package testing has a default timeout of 10 minutes, after which it forcibly kills your tests—even your cleanup code won't run!
Read more >Yarn tests and timeout - Running Tests - CircleCI Discuss
What test runner are you using, and does it's docs have any tips about running in a CI service that might help? A...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
with more logging: https://github.com/wilsonianb/rafiki/runs/5874848460?check_suite_focus=true
The updated log message is merged 👆 It looks like there’s a combination of
ping
andrequest
messages being dropped: https://github.com/interledger/rafiki/runs/5872664693?check_suite_focus=true