Closed
Bug 755670
Opened 13 years ago
Closed 12 years ago
runner.process_handler.proc.pid returned by some method
Categories
(Testing :: Mozbase, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: andrzej.j.skalski, Unassigned)
Details
Hi,
Can't runner.process_handler.proc.pid be exposed by some method of Runner (FirefoxRunner etc?). Just in case you change something in future. I rely on this variable in MATS heavily.
Andrzej
Comment 1•13 years ago
|
||
As of https://github.com/mozilla/mozbase/commit/7ebf8cf0f36ab1a2bb44742a3421cf2e22ca1999 , bug 783310, process_handler should have a pid property. Is this sufficient?
Could you give more about your use-case? In general, I am cautious about exposing PID in mozrunner, but if there was a compelling reason I would go for it.
Comment 2•13 years ago
|
||
also, is this only for x86_64 linux as marked? or is this desired for all platforms?
Comment 3•12 years ago
|
||
Found in triage. Looks like this was fixed per comment 1. Please re-open if this is still a problem.
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•