Closed Bug 1409860 Opened 7 years ago Closed 7 years ago

Move Android sync ping "os" field to payload.

Categories

(Firefox for Android Graveyard :: Android Sync, enhancement)

enhancement
Not set
normal

Tracking

(firefox58 fixed)

RESOLVED FIXED
Firefox 58
Tracking Status
firefox58 --- fixed

People

(Reporter: tcsc, Assigned: tcsc)

References

Details

Attachments

(1 file)

It's currently in the top level, which is wrong.
See Also: → 1409861
Already in this file and the patch is trivial, might as well just do it.
Assignee: nobody → tchiovoloni
See Also: → 1410145
Comment on attachment 8920281 [details]
Bug 1409860 - Move os to correct place in android sync ping

https://reviewboard.mozilla.org/r/191308/#review196462

::: mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/pingbuilders/TelemetrySyncPingBundleBuilderTest.java:130
(Diff revision 1)
>          assertTrue(application.containsKey("channel"));
>          assertTrue(application.containsKey("buildId"));
>          assertTrue(application.containsKey("xpcomAbi"));
>  
>          // Test os key.
> -        ExtendedJSONObject os = outgoingPing.getPayload().getObject("os");
> +        ExtendedJSONObject os = outgoingPing.getPayload().getObject("payload").getObject("os");

Could "merge" this test with the code just below.

::: mobile/android/tests/background/junit4/src/org/mozilla/gecko/telemetry/pingbuilders/TelemetrySyncPingBundleBuilderTest.java:139
(Diff revision 1)
>          // Test for presence and type to void random failures.
>          assertTrue(os.getIntegerSafely("version") != null);
>          // Likely "en-US" in tests, but let's test for presence and type to avoid random failures.
>          assertTrue(os.getString("locale") != null);
>  
>          // Test general shape of payload. Expecting {"syncs":[],"why":"schedule", "version": 1}.

Perhaps change this comment too?
Attachment #8920281 - Flags: review?(gkruglov) → review+
Pushed by tchiovoloni@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b2cb1033ae11
Move os to correct place in android sync ping r=Grisha
https://hg.mozilla.org/mozilla-central/rev/b2cb1033ae11
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: