Closed
Bug 1747917
Opened 3 years ago
Closed 3 years ago
test_healthPingOnTop is flaky
Categories
(Toolkit :: Telemetry, defect)
Toolkit
Telemetry
Tracking
()
RESOLVED
FIXED
97 Branch
Tracking | Status | |
---|---|---|
firefox97 | --- | fixed |
People
(Reporter: bholley, Assigned: bholley)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
This test checks the ordering in which telemetry pings are received. While they're most likely to be received in the order submitted, nothing in the telemetry stack guarantees this (indeed, we'd need to submit the pings sequentially, which is presumably undesirable).
There are at least five bugs filed over the years about this failing intermittently, and it also fails quite reliably on TV [1], which runs under chaos mode. I'm just going to remove the test.
[1] https://treeherder.mozilla.org/jobs?repo=try&revision=15d2f0a54799ef6409ea0ffc58b9def61ec6d44e . Note that this push also enables pingsender2, but this test doesn't exercise pingsender — it's just failing because the changes are triggering TV to run, and the test is inherently flaky.
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by bholley@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/541bd0c03f16
Remove flaky test_healthPingOnTop. r=chutten
Comment 3•3 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox97:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 97 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•