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.

Tests started to fail randomly

See original GitHub issue

Hi, thank you for this great lib you made! Today almost all our tests started to fail locally and in GitHub Actions. All the failures looks the same: image

We are using v0.7.29.

Any ideas what can be the cause? I looked at selenoid and it seems haven’t changed since March.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
wKichcommented, Jun 23, 2021

Hi. Thank you for your feedback. By default if you didn’t specify browser version, creevey will check the latest browser docker image. So it looks like the docker image had been updated. According by this page https://hub.docker.com/r/selenoid/chrome/tags?page=1&ordering=last_updated chrome updated 3 hours ago.

0reactions
bentleyvkcommented, Jun 28, 2021

@wKich thank you for response. Maybe it is worth adding to your readme or other documentation about this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Why The Tests Are Randomly Failing - Building Better Teams
There are three general reasons that “random” is causing tests to fail: (i) the randomly generated data is showing real errors in the...
Read more >
"Randomly" failing tests | Apple Developer Forums
We have a test suite that passes when tests are run manually via Xcode. But when run through Xcode Server on about 50...
Read more >
How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >
Make Your Tests Fail Randomly (and Profit) - Riccardo Odone
Firstly, it's impossible to reproduce deterministically a failing test run: random values change every time. This can be solved easily, at least ...
Read more >
C# Unit test that fails randomly - Stack Overflow
I'm working on a project that has some unit test that fails randomly when executed on Team City. And nobody can reproduce the...
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