381
edits
No edit summary |
|||
| Line 34: | Line 34: | ||
* The shutdown ping might be sent twice: once from the PingSender, once on the next Firefox start (if this happens, pings must have identical Contents, pingId and URL). This can happen but must be not frequent. | * The shutdown ping might be sent twice: once from the PingSender, once on the next Firefox start (if this happens, pings must have identical Contents, pingId and URL). This can happen but must be not frequent. | ||
* The shutdown ping might be sent twice, with different contents but identical pingId. This must never happen. | * The shutdown ping might be sent twice, with different contents but identical pingId. This must never happen. | ||
* The shutdown ping must be correctly sent on the next Firefox restart if the server returned an error when sending using the PingSender. | |||
* No shutdown ping must be sent if Telemetry data upload is disabled (i.e. datareporting.healthreport.uploadEnabled is false) | |||
== Ownership == | == Ownership == | ||
| Line 75: | Line 77: | ||
Verify shutdown ping is sent once (if a second ping is received after a restart, both pings must have an identical pingId, URL and contents). If this happens, it should be less frequently<br/> | Verify shutdown ping is sent once (if a second ping is received after a restart, both pings must have an identical pingId, URL and contents). If this happens, it should be less frequently<br/> | ||
Verify shutdown pings of different profiles have different contents, PingIds and URLs<br/> | Verify shutdown pings of different profiles have different contents, PingIds and URLs<br/> | ||
Verify shutdown ping is correctly sent on the next Firefox restart if the server returned an error when sending using the PingSender. | |||
Verify shutdown ping is not sent when Telemetry data upload is disabled (i.e. datareporting.healthreport.uploadEnabled is false) | |||
== Test Execution Schedule == | == Test Execution Schedule == | ||
edits