question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Test timeouts in ci

See original GitHub issue

I’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:closed
  • Created 2 years ago
  • Reactions:1
  • Comments:8 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
wilsonianbcommented, Apr 7, 2022

The updated log message is merged 👆 It looks like there’s a combination of ping and request messages being dropped: https://github.com/interledger/rafiki/runs/5872664693?check_suite_focus=true

info(message_bus): message queue for peer tigerbeetle.src.message_bus.union:384:19{ .replica = 0 } full, dropping request message
info(message_bus): message queue for peer tigerbeetle.src.message_bus.union:384:19{ .replica = 0 } full, dropping ping message
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found