-
Notifications
You must be signed in to change notification settings - Fork 11
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
more reliable tests #1105
Comments
I'm testing #1104 as a quick attempt at some improvement, but it will need a more holistic approach. |
@tomholub @IvanPizhenko
I totally agree. But for now, it's the best choice. Currently, I dropped all tests that sometimes fail on CI. So on CI we have tests that should work. Just need to restart them time-to-time due to 1-4 cases |
I see. That means once we drop node, test reliability should improve? I'll close this issue then. |
yes, you are right |
Yes, Android tests constantly fail here or there. Can we do something to improve that? Last time I've increased time limit and they've passed - maybe another increase needed?
Originally posted by @IvanPizhenko in #1103 (comment)
Current approach to making sure that tests run on CI has been to disable certain tests that don't run well on CI and only run them locally. But that is not ideal. Since Den is able to run all of the tests locally reliably, there must be something we can do to make them run reliably in CI too.
Ideally we would run all available tests on CI and they would run with reasonable reliability.
The text was updated successfully, but these errors were encountered: