-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
[WebCryptoAPI] Defer harness completion #19904
[WebCryptoAPI] Defer harness completion #19904
Conversation
This change ensures that all subtests are executed when the tests are evaluated in dedicated worker contexts.
wpt-firefox-nightly-stability is failing on Taskcluster. There were only 4 affected tests and yet we got "Task timeout after 7200 seconds. Force killing container." These are the actual tests that were run, after expanding multi-globals and variants:
The live_backing.log.txt is a huge 975MB file with ~9.5 million lines... @jugglinmike I don't think this is because of your changes at all, but can you file an issue about the stability job being unable to run these tests to completion? If it keeps coming up maybe we should fix it somehow. |
I just did a re-review and I think that the patch will produce the same set of tests to be run. I would go ahead and integrate if you can live with the failures. |
Excellent. Thanks! |
This change ensures that all subtests are executed when the tests are
evaluated in dedicated worker contexts.