Closed
Bug 1847841
Opened 2 years ago
Closed 2 years ago
Do not use mozprocess ProcessHandler for servers and utilities in mochitest harness
Categories
(Testing :: Mozbase, task)
Tracking
(firefox118 fixed)
RESOLVED
FIXED
118 Branch
Tracking | Status | |
---|---|---|
firefox118 | --- | fixed |
People
(Reporter: gbrown, Assigned: gbrown)
References
Details
Attachments
(1 file)
The mochitest harness uses ProcessHandler to launch servers and utilities. It should be possible to replace these with subprocess or perhaps mozprocess.run_and_wait.
![]() |
Assignee | |
Comment 1•2 years ago
|
||
Pushed by gbrown@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/6c19c1fa8b9f
Reduce mozprocess.ProcessHandler use in mochitest harness r=hneiva
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox118:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 118 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•