Closed
Bug 1284982
Opened 9 years ago
Closed 9 years ago
Intermittent testing/marionette/client/marionette_driver/marionette.py:1050:100 | line too long (100 > 99 characters) (E501)
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: intermittent-bug-filer, Assigned: whimboo)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Assignee | ||
Comment 1•9 years ago
|
||
This has been caused by my patch on bug 1282570. I will get it fixed.
Assignee | ||
Comment 2•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/62718/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/62718/
Attachment #8768527 -
Flags: review?(mjzffr)
Assignee | ||
Comment 3•9 years ago
|
||
https://reviewboard.mozilla.org/r/62718/#review59450
::: testing/marionette/client/marionette_driver/marionette.py:1046
(Diff revision 1)
> self.start_session(session_id=self.session_id)
> self._reset_timeouts()
>
> if in_app:
> - # In some cases Firefox restarts itself by spawning into a new process group. As long as
> - # mozrprocess cannot track that (bug 1176758) we assist by checking the new process id.
> + # In some cases Firefox restarts itself by spawning into a new process group.
> + # As long as mozprocess cannot track that behavior (bug 1284864) we assist by
A new bug got actually filed after we landed this patch. So I also updated its number.
Comment on attachment 8768527 [details]
Bug 1284982 - Fix flake8 warning for a too long comment.
https://reviewboard.mozilla.org/r/62718/#review59466
Attachment #8768527 -
Flags: review?(mjzffr) → review+
Assignee | ||
Comment 5•9 years ago
|
||
This patch is not necessary anymore given that bug 1282570 got backed out due to failures for OSX debug builds.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Comment hidden (Intermittent Failures Robot) |
Updated•2 years ago
|
Product: Testing → Remote Protocol
Comment 7•2 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•