-
Notifications
You must be signed in to change notification settings - Fork 164
Several tests fail or hang on linux with the official trunk snapshot toolchains #253
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
Comments
Are you still seeing this issue? |
Yes, I see several tests hanging and failing on linux x86_64 with the latest Feb. 21 official trunk snapshot build for Ubuntu 20.04 x86_64 testing the latest trunk commit ffa6ee9. In particular, these tests all hang on Android AArch64 also:
A handful more also fail, let me know if you cannot reproduce. |
This PR should fix it: #254 |
I'm still seeing a few sporadically hanging tests on Android AArch64, particularly if all the tests are run in parallel. This is when building the latest trunk commit from a couple weeks ago, e6b21d2. I just cross-compiled the latest trunk snapshot toolchain for Android AArch64 and the following test hung once out of 10 runs of
I also tried running 10 times with the last March 16 trunk source snapshot that I built natively on my Android phone, and that previous test hung once and this test hung once:
|
@buttaface Thanks for raising. This these tests are problematic because they are using test expectations which just don't work nicely in async methods. We should refactor these tests to become deterministic. This can be achieved with using |
I don't see these hangs any more on Android, so feel free to close if you're not seeing them either. |
I see this both on linux x86_64 and Android AArch64. Is there no linux CI for this repo?
The text was updated successfully, but these errors were encountered: