Closed
Bug 1918405
Opened 1 year ago
Closed 1 year ago
Figure out why some test failures from bug 1916311 only happened after merge on central, rather than on autoland and try.
Categories
(Core :: CSS Parsing and Computation, task, P3)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
(Whiteboard: [viewtransitions:m1])
Still a mystery to me.
Updated•1 year ago
|
Whiteboard: [viewtransitions:m1]
| Assignee | ||
Comment 1•1 year ago
|
||
The reason is that if something is an expected timeout we don't run it by default / treat it as "backlog". A bit unfortunate but understandable from a resource usage perspective I guess. Would be nice to be able to override it. Joel do you know? :)
Flags: needinfo?(jmaher)
| Assignee | ||
Updated•1 year ago
|
Assignee: nobody → emilio
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → FIXED
Updated•1 year ago
|
Resolution: FIXED → WORKSFORME
Comment 2•1 year ago
|
||
you can run those on try. If these are perma fail in backlog, then it is 1 of 2 things:
- the test shouldn't be expected: TIMEOUT
- the test is TIMEOUT when run in the full set of tests, but normal in the subset of backlog tests. In this case we should investigate what other tests are running in the same directory (we reboot between directories in the tree of tests) to figure out what is causing the side effect for future tests.
Flags: needinfo?(jmaher)
You need to log in
before you can comment on or make changes to this bug.
Description
•