Closed
Bug 1624715
Opened 5 years ago
Closed 5 years ago
Remove network assertion introduced in Bug 1622816
Categories
(GeckoView :: General, enhancement)
Tracking
(firefox76 fixed)
RESOLVED
FIXED
mozilla76
Tracking | Status | |
---|---|---|
firefox76 | --- | fixed |
People
(Reporter: bc, Assigned: bc)
Details
Attachments
(1 file)
Bug 1622816 introduced a run time exception in TestRunnerActivity when the network is either not present or is lost. This only works with TestRunnerActivity and not for Raptor which uses geckoview_example. The edge cases and the other side-effects such as the need to generate crash reports for run time exceptions or to handle the run time exceptions in Treeherder parsing mean my original idea to detect networking issues at bitbar was not well thought out.
We should just revert the patch in Bug 1622816, wontfix Bug 1624210 and its dependencies. If we want to revisit this, we should have a better understanding of the interactions with the test frameworks.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → bob
Status: NEW → ASSIGNED
Pushed by bclary@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dd82e0be7f03
Remove network assertion introduced in Bug 1622816, r=snorp.
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox76:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla76
Updated•1 year ago
|
Component: GeckoViewExample → General
You need to log in
before you can comment on or make changes to this bug.
Description
•