Open
Bug 1791559
Opened 2 years ago
Updated 2 years ago
BaselinePingTest in Android Components intermittently failing due to ping not received
Categories
(Data Platform and Tools :: Glean: SDK, defect, P4)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
NEW
People
(Reporter: janerik, Unassigned)
Details
Attachments
(1 file)
24.34 KB,
text/plain
|
Details |
java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String okhttp3.mockwebserver.RecordedRequest.getPath()' on a null object reference
at org.mozilla.samples.glean.pings.BaselinePingTest.waitForPingContent(BaselinePingTest.kt:92)
at org.mozilla.samples.glean.pings.BaselinePingTest.waitForPingContent$default(BaselinePingTest.kt:83)
at org.mozilla.samples.glean.pings.BaselinePingTest.validateBaselinePing(BaselinePingTest.kt:125)
A-C bug: https://github.com/mozilla-mobile/android-components/issues/11340
Failure: https://console.firebase.google.com/u/0/project/moz-android-components-230120/testlab/histories/bh.acacddb44ee28c64/matrices/7095191461656497716/executions/bs.94842756361407b0/testcases/1
Looks like we might be submitting the ping but it is not sent.
Reporter | ||
Comment 1•2 years ago
|
||
Reporter | ||
Updated•2 years ago
|
Priority: -- → P4
You need to log in
before you can comment on or make changes to this bug.
Description
•