-
-
Notifications
You must be signed in to change notification settings - Fork 206
Fix flaky logger test #901
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
Conversation
1ebf46e
to
5b3d029
Compare
5b3d029
to
f8d9893
Compare
@whatyouhide I ran it a bunch of times with |
What do you mean? Can we catalogue them? Also, did you use |
This is outside of the scope of this PR. I just want to get that merged as it addresses a couple of flaky tests. Other two failures I see when I run tests with
and
Both locally and on CI. It seems like it's specific to the repeat option though. I don't recall seeing these failures in normal CI builds. |
2e9a8f1
to
f8d9893
Compare
sorry for an uninvited comment folks, but I just wanted to highlight a project I released some time ago |
@martosaur that's interesting, thanks for the link! I personally don't think we should add another dependency to Sentry considering this is functionally working. |
This just adds a couple of timeouts for
assert_receive
to reduce the risk of random test failures.Closes #896
#skip-changelog