Open
Bug 1696959
Opened 4 years ago
Updated 4 years ago
Get nsExpirationTracker gtests working consistently on MacOS 10.14+
Categories
(Core :: XPCOM, task)
Core
XPCOM
Tracking
()
NEW
People
(Reporter: KrisWright, Unassigned)
References
Details
The current tests are flaky in automation on macos 10.14 and above (bug 1571186). Increasing the slack timer threshold initially helped as it's no longer a perma-fail but does not solve the underlying issue which seems to be related to slow timing. To fix it as is we would need to make the timer slack even larger, which isn't preferable as it will overlook actual fails. I want to rework these tests to function better on slow/flaky hardware in which the time might be unexpectedly large between expiration checks.
Updated•4 years ago
|
Summary: Get nsExperationTracker gtests working consistently on MacOS 10.14+ → Get nsExpirationTracker gtests working consistently on MacOS 10.14+
You need to log in
before you can comment on or make changes to this bug.
Description
•