Closed
Bug 1491953
Opened 7 years ago
Closed 7 years ago
SyncTelemetryTests - Intermittent failure in EventTests: testPickling()
Categories
(Firefox for iOS :: Build & Test, enhancement, P3)
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
fxios | + | --- |
People
(Reporter: justindarc, Assigned: justindarc)
Details
This test intermittently fails:
XCTAssertEqual failed: ("Optional("[1537211853798,\"test\",\"pickling\",\"this\",\"value\",{\"numIDs\":\"12\",\"flowID\":\"testFlowID\"}]")") is not equal to ("Optional("[1537211853798,\"test\",\"pickling\",\"this\",\"value\",{\"flowID\":\"testFlowID\",\"numIDs\":\"12\"}]")") -
The reason being that the `[String : String]` dictionary keys sometimes get serialized to JSON in a different order than they were specified. For the reliability of this test, that dictionary should be limited to just a single key/value pair.
Assignee | ||
Updated•7 years ago
|
Assignee: nobody → jdarcangelo
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•7 years ago
|
||
Landed on master:
https://github.com/mozilla-mobile/firefox-ios/commit/1a2e453868a89960b4476d03d41c8d5a67c638e8
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Priority: -- → P3
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•