-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Failures on [co19] skip test that uses dart:mirrors on precompiled and web platforms #45484
Comments
sounds like these tests are timing out flakily but not reaching the threshold of the bot infrastructure to be considered flaky. @annagrin @Markzipan - it may be necessary to extend the default limit, or to split the test in several sub tests to stay within the timeout limit. |
I'm currently porting the vast majority of of those tests to the e2e test suite. I can delete these tests from the regular suite, then split the ported tests if those grow too large. |
@aam could you please share a link to failures - I couldn't find them on that CL. |
This test is consistently timing out on pkg-linux-debug and pkg-win-release. It's flaky on pkg-linux-release and pkg-mac-release. |
@Markzipan looks like the expression compiler worker tests are flaky - would you be able to investigate? Update: nevermind, I will look at them:) |
I could not repro a hang on my linux and windows machines, but from the logs it looks like the tests just take about 4 min so they could be just timing out. |
@annagrin My bad, just saw this. I resolved this for the e2e tests by splitting them across module systems. That should suffice for fixing these timeouts a well (since it seems we're testing AMD and DDC together). |
@Markzipan thanks! |
fix pending in https://dart-review.googlesource.com/c/sdk/+/213734 |
There are new test failures on [co19] skip test that uses dart:mirrors on precompiled and web platforms.
The tests
are failing on configurations
The text was updated successfully, but these errors were encountered: