Closed
Bug 1986407
Opened 4 months ago
Closed 4 months ago
Stop limitting to 2 xpcshell tests running at once on Windows
Categories
(Testing :: XPCShell Harness, task)
Testing
XPCShell Harness
Tracking
(firefox144 fixed)
RESOLVED
FIXED
144 Branch
| Tracking | Status | |
|---|---|---|
| firefox144 | --- | fixed |
People
(Reporter: florian, Assigned: florian)
References
Details
Attachments
(1 file)
These limits were added in bug 1639850 and bug 1816943 (to support Win7 on azure).
I think this was primarily because of OOM crashes, that we most likely don't see anymore on the current CI workers that have 64GB of ram.
At https://phabricator.services.mozilla.com/D133119#inline-732378 there's a comment indicating that when a test fails in parallel with a crash, we don't re-run it sequentially. That was likely the reason for limiting the number of threads.
| Assignee | ||
Comment 1•4 months ago
|
||
Pushed by fqueze@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/bdd34e40e38d
https://hg.mozilla.org/integration/autoland/rev/58421efd27b3
do not limit threads on xpcshell tests on Windows, r=jmaher.
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
status-firefox144:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 144 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•