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
Default to updating test status if there's a crash dump
Add a pair of new command line arguments
`--[no-]update-status-on-crash` which control whether to override the
status when a crash dump file is found. Previously we only did this
for specific test types due to some race conditions, but since it's
surprising to have a detected crash but not get the corresponding test
status, we want to try defaulting to it being enabled, but allow it to
be disabled for specific CI configurations where it causes problems.
Differential Revision: https://phabricator.services.mozilla.com/D258058
bugzilla-url: https://bugzilla.mozilla.org/show_bug.cgi?id=1978363
gecko-commit: ce9a9f0eaa2acd247b818ccaab9c620feb074f39
gecko-reviewers: ErichDonGubler, Sasha
0 commit comments