You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The stability of the tests in the WebCryptoAPI/derive_bits_keys/ directory cannot be verified on Taskcluster because they require too much time to complete. This makes it difficult for contributors to submit modifications to these tests via the WPT repository directly.
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:
This is a specific case of the more general problem in #7660. #16175 is another case that we often hit.
The root cause is simple: we try to run too many tests too many times and the CI system times out. We can't fix this by increasing the timeout because it would take way too long in the extreme case of thousands of files being touched or affected.
We'd have to make the stability jobs aware of the timeout internally to avoid running more iterations than there's time for.
The stability of the tests in the
WebCryptoAPI/derive_bits_keys/
directory cannot be verified on Taskcluster because they require too much time to complete. This makes it difficult for contributors to submit modifications to these tests via the WPT repository directly.@foolip reported this in gh-19904:
cc @jimsch
The text was updated successfully, but these errors were encountered: