Open
Bug 1748471
Opened 3 years ago
Replace test_HealthPingOnTop with a test that checks that "health" ping requests are sent first
Categories
(Toolkit :: Telemetry, task, P4)
Toolkit
Telemetry
Tracking
()
NEW
People
(Reporter: chutten, Unassigned)
References
Details
test_HealthPingOnTop
(removed in bug 1747917) erroneously assumed that the local ping server would receive ping POSTs in the order they were submitted. (This tends to be often true, but isn't guaranteed).
The guarantee that it should be testing is whether "health" pings are the first requests to hit the network, not that they're the first to be completely received on the server.
Or, put another way, that this code works.
You need to log in
before you can comment on or make changes to this bug.
Description
•