Closed
Bug 1806345
Opened 3 years ago
Closed 3 years ago
Permanent AttributeError: 'JUnitTestRunner' object has no attribute 'gstForV4l2loopbackProcess' for successful tasks - DO NOT USE FOR CLASSIFICATION
Categories
(Testing :: Mochitest, defect, P3)
Tracking
(firefox-esr102 unaffected, firefox108 unaffected, firefox109 unaffected, firefox110 fixed)
RESOLVED
FIXED
110 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox108 | --- | unaffected |
| firefox109 | --- | unaffected |
| firefox110 | --- | fixed |
People
(Reporter: m_kato, Assigned: pehrsons)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
When running geckoview-junit such as ./mach geckoview-junit org.mozilla.geckoview.test.PromptDelegateTest, I found the following error. I guess that this is regression by bug 1804035?
0:13.56 INFO Stopping web server
0:13.56 INFO Server shut down.
0:13.58 INFO Web server killed.
0:13.58 INFO Stopping web socket server
0:13.60 INFO Stopping ssltunnel
Traceback (most recent call last):
File "/mozilla/geckoview/objdir/_tests/testing/mochitest/runjunit.py", line 182, in cleanup
self.stopServers()
File "/mozilla/geckoview/objdir/_tests/testing/mochitest/runtests.py", line 1403, in stopServers
if self.gstForV4l2loopbackProcess is not None:
AttributeError: 'JUnitTestRunner' object has no attribute 'gstForV4l2loopbackProcess'
0:13.62 INFO Caught and ignored an exception during cleanup
Updated•3 years ago
|
Keywords: regression
Comment 1•3 years ago
|
||
Set release status flags based on info from the regressing bug 1804035
:pehrsons, since you are the author of the regressor, bug 1804035, could you take a look? Also, could you set the severity field?
For more information, please visit auto_nag documentation.
status-firefox108:
--- → unaffected
status-firefox109:
--- → unaffected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → unaffected
Flags: needinfo?(apehrson)
Updated•3 years ago
|
Summary: 'JUnitTestRunner' object has no attribute 'gstForV4l2loopbackProcess' → Permanent AttributeError: 'JUnitTestRunner' object has no attribute 'gstForV4l2loopbackProcess' for successful tasks - DO NOT USE FOR CLASSIFICATION
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → apehrson
Status: NEW → ASSIGNED
Flags: needinfo?(apehrson)
Comment 2•3 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
| Assignee | ||
Comment 3•3 years ago
|
||
Updated•3 years ago
|
Severity: -- → S3
Flags: needinfo?(ahal)
Priority: -- → P3
Pushed by pehrsons@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9e1f99f04d08
Harden mochitest/runtests.py's gstreamer lookup for shutdown with hasattr. r=ahal
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•