High number of intermittent jittest failures
Categories
(Core :: JavaScript Engine, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox132 | --- | fixed |
People
(Reporter: jonco, Assigned: bvisness)
References
(Blocks 1 open bug, Regressed 1 open bug)
Details
Attachments
(2 files, 2 obsolete files)
For a while we've had a high inflow of intermittent jittest failures. There are currently 287 open with half of thosed opened this year:
This was discussed at a previous team meeting and the theory put forward that some of the tests are exhausting system resources and causing other tests that happen to be running in parallel to fail.
One possibility for dealing with this is to flag these tests so that they are not run in parallel with other tests. However not running these tests in parallel may significantly increase test time.
The tests in question seem to be the wasm/memory64 tests.
Assignee | ||
Updated•1 year ago
|
Updated•1 year ago
|
Assignee | ||
Comment 1•11 months ago
|
||
Assignee | ||
Comment 2•11 months ago
|
||
Updated•11 months ago
|
Updated•11 months ago
|
Assignee | ||
Comment 3•11 months ago
|
||
"Heavy" tests will never be run in parallel. Useful for tests that
consume large amounts of system resources.
Assignee | ||
Comment 4•11 months ago
|
||
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Updated•11 months ago
|
Comment 6•11 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fe1d748f2f5d
https://hg.mozilla.org/mozilla-central/rev/8fe641746ac4
Description
•