-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Couple of flaky pthread tests on Firefox #18307
Comments
Maybe sbrk is related to #10006? It was closed as stale, but I guess it's still an issue that, for whatever reason, manifests in Firefox more frequently than elsewhere. Doesn't explain others though. |
OTOH I wonder if it's something that would be accidentally fixed by my changes in #18305. One of the things I noticed and had to do there is manually start executing messages only after Module variable has been definitely assigned. It became a pretty noticeable issue in Firefox due to my changes to A bit suspiciously, that PR also passed on the first run, but it still might be all a coincidence... |
Although no, that should've affected only modularize builds, and those tests are not it... |
Just tested that theory by extracting those changes separately and, no, that doesn't help. Must be some other reason, although I don't see what's common between specifically those 5 tests. |
Looking at the log, I think(?) that As for a possible fix, perhaps commit 25a6cb2 in PR #13007 would fix this? Just a wild guess, it's based upon that this test makes heavily use of those helpers in That PR also includes some other goodies, such as commit fd05b36. Sorry for not further upstreaming those commits, I sometimes have limited spare-time. :( |
... as always, I could certainly use some help in upstreaming these patches. FWIW, I'm currently tracking this in the "Upstream patches" card at https://github.com/users/kleisauke/projects/1. |
Though, I think the intention of PR #15681 was to deprecate |
Ok I'm not familiar with that side of the things so tagging @tlively. |
Hopefully this one test was causing all the flakiness. Closes: #18307
Hopefully this one test was causing all the flakiness. Closes: #18307
|
Looks like |
I'm commonly seeing these 5 tests in particular failing on the CI in Firefox, and working after couple of attempts:
Here's an example log from recently seen failures (attaching as a file because I'm not sure about retention duration on CircleCI):
log.txt
The text was updated successfully, but these errors were encountered: