Closed
Bug 1611441
Opened 5 years ago
Closed 5 years ago
Socket server hangs on startup when running JUnit tests in Android Studio
Categories
(GeckoView :: General, defect, P1)
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: snorp, Assigned: snorp)
Details
Attachments
(1 file)
This happens because we block the UI thread in GeckoSessionTestRule
, waiting for the GeckoRuntime
to fully start up.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → snorp
Assignee | ||
Comment 1•5 years ago
|
||
Blocking here causes a problem on startup with the socket server, and
apps don't do this anyway.
Pushed by jwillcox@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1baf8338afc1
Don't wait on GeckoRuntime to start in unit tests r=agi
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•