Bug 1364478 - Add edge case documentation for the 'new-profile' ping. r=gfritzsche,madalin.cotetiu+500525

MozReview-Commit-ID: 2sJuJuLELf2

--HG--
extra : rebase_source : bf8232d39c6c3aa759cf7df89fdc1aad8948262a
This commit is contained in:
Alessio Placitelli 2017-05-16 09:37:12 +02:00
Родитель ff1608be78
Коммит a600a9b1d4
1 изменённых файлов: 22 добавлений и 0 удалений

Просмотреть файл

@ -37,3 +37,25 @@ Duplicate pings
We expect a low fraction of duplicates of this ping, mostly due to crashes happening
right after sending the ping and before the telemetry state gets flushed to the disk. This should
be fairly low in practice and manageable during the analysis phase.
Expected behaviours
-------------------
The following is a list of conditions and expected behaviours for the ``new-profile`` ping:
- **The ping is generated at the browser shutdown on a new profile, after the privacy policy is displayed:**
- *for an user initiated browser shutdown*, ``new-profile`` is sent immediately using the :doc:`../internals/pingsender`;
- *for a browser shutdown triggered by OS shutdown*, ``new-profile`` is saved to disk and sent next time the browser restarts.
- **The ping is generated before the privacy policy is displayed**: ``new-profile`` is saved to disk and sent
next time the browser restarts.
- **The ping is set to be generated and Telemetry is disabled**: ``new-profile`` is never sent, even if Telemetry is
turned back on later.
- **Firefox crashes before the ping can be generated**: ``new-profile`` will be scheduled to be generated and
sent again on the next restart.
- **User performs a profile refresh**:
- *the ping was already sent*: ``new-profile`` will not be sent again.
- *the ping was not sent*: ``new-profile`` will be generated and sent.
- *the refresh happens immediately after the profile creation, before the policy is shown*: ``new-profile`` will not be sent again.
- **Firefox is run with an old profile that already sent Telemetry data**: ``new-profile`` will not be generated
nor sent.