Closed
Bug 1697047
Opened 5 years ago
Closed 3 years ago
Set dedicated "toolkit.asyncshutdown.crash_timeout" value for code coverage builds
Categories
(Testing :: Code Coverage, enhancement)
Tracking
(firefox106 fixed)
RESOLVED
FIXED
106 Branch
| Tracking | Status | |
|---|---|---|
| firefox106 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
The default value for toolkit.asyncshutdown.crash_timeout is too short for CCOV builds (see bug 1692291 comment 13). As such it would be good to add a dedicated value similar to ASAN builds:
| Assignee | ||
Comment 1•3 years ago
|
||
Marco, which value could be used for CCOV builds? It would be great to get this special handling landed.
Flags: needinfo?(mcastelluccio)
Comment 2•3 years ago
|
||
I think we can start with the same value as ASAN (3 minutes), and then adjust if necessary.
Flags: needinfo?(mcastelluccio)
| Assignee | ||
Comment 3•3 years ago
|
||
(In reply to Marco Castelluccio [:marco] from comment #2)
I think we can start with the same value as ASAN (3 minutes), and then adjust if necessary.
Please note that ASAN has actually 300000ms which are 5 minutes. But I'm happy to start with 3 minutes as you suggest here.
| Assignee | ||
Comment 4•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3046181b870f
Extend asyncshutdown crash timeout for CCOV builds to 3 minutes. r=marco
Comment 6•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox106:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 106 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•