Skip to content
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

Closed
aam opened this issue Mar 26, 2021 · 10 comments
Closed
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dev-compiler-eval web-eval evaluation support on the web

Comments

@aam
Copy link
Contributor

aam commented Mar 26, 2021

There are new test failures on [co19] skip test that uses dart:mirrors on precompiled and web platforms.

The tests

pkg/dev_compiler/test/expression_compiler/expression_compiler_test Timeout (expected Pass)
pkg/dev_compiler/test/expression_compiler/expression_compiler_worker_test Timeout (expected Pass)

are failing on configurations

unittest-asserts-debug-linux
@devoncarew devoncarew added the area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. label Mar 28, 2021
@sigmundch
Copy link
Member

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.

@sigmundch sigmundch added the web-eval evaluation support on the web label Mar 29, 2021
@Markzipan
Copy link
Contributor

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.

@annagrin
Copy link
Contributor

annagrin commented Apr 3, 2021

@aam could you please share a link to failures - I couldn't find them on that CL.

@aam
Copy link
Contributor Author

aam commented Apr 3, 2021

@alexmarkov
Copy link
Contributor

pkg/dev_compiler/test/expression_compiler/expression_compiler_worker_test turned flaky -> Timeout on pkg-win-release bot.

Log: https://dart-ci.appspot.com/log/pkg-win-release/unittest-asserts-release-win/17883/pkg/dev_compiler/test/expression_compiler/expression_compiler_worker_test

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.

@annagrin
Copy link
Contributor

annagrin commented Sep 17, 2021

@Markzipan looks like the expression compiler worker tests are flaky - would you be able to investigate?

Update: nevermind, I will look at them:)

@annagrin
Copy link
Contributor

annagrin commented Sep 17, 2021

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.

@Markzipan
Copy link
Contributor

@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).

@annagrin
Copy link
Contributor

@Markzipan thanks!

@annagrin
Copy link
Contributor

fix pending in https://dart-review.googlesource.com/c/sdk/+/213734

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. dev-compiler-eval web-eval evaluation support on the web
Projects
None yet
Development

No branches or pull requests

6 participants