Closed
Bug 1275863
Opened 9 years ago
Closed 9 years ago
test test_peerConnection_addTrack.html fails on Autophone
Categories
(Core :: WebRTC, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla50
People
(Reporter: dminor, Assigned: dminor)
References
Details
(Keywords: regression)
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
bc
:
review+
lizzard
:
approval-mozilla-aurora+
|
Details |
This appears to be a regression. The last good revision was [1] and the first bad is [2] and it has failed since then. A starting point for investigation would be Bug 1271669 which appears to touch related code and landed as part of this merge.
Autophone is available on try with the following syntax:
try: -b o -p android-api-9,android-api-15 -u autophone-mochitest-webrtc -t none
[1] https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=46fe2115d46a5bb40523b8466341d8f9a26e1bdf&filter-tier=1&filter-tier=2&filter-tier=3
[2] https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&revision=829d3be6ba648b838ee1953fdfa1a477dace752f&filter-tier=1&filter-tier=2&filter-tier=3
Updated•9 years ago
|
Keywords: regression
Assignee | ||
Comment 1•9 years ago
|
||
When I disabled test_peerConnection_addSecondVideoStreamNoBundle.html, the test before it in the manifest began crashing. It turns out the problem was the test after it in the manifest, which is test_peerConnection_addTrack.html, and whatever test executed prior to it was blamed for the crash.
Summary: test test_peerConnection_addSecondVideoStreamNoBundle.html fails on Autophone → test test_peerConnection_addTrack.html crashes on Autophone
Comment 2•9 years ago
|
||
dminor: This is really a timeout with a forced SIGBART ?
Assignee | ||
Comment 3•9 years ago
|
||
(In reply to Bob Clary [:bc:] from comment #2)
> dminor: This is really a timeout with a forced SIGBART ?
Yes, sorry.
Summary: test test_peerConnection_addTrack.html crashes on Autophone → test test_peerConnection_addTrack.html fails on Autophone
Assignee | ||
Comment 4•9 years ago
|
||
This test was removed as part of commit 2a7dbc0411d1, but we still try to run
it.
Review commit: https://reviewboard.mozilla.org/r/57676/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/57676/
Attachment #8759813 -
Flags: review?(bob)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → dminor
Status: NEW → ASSIGNED
Rank: 25
Comment 5•9 years ago
|
||
Comment on attachment 8759813 [details]
Bug 1275863 - Remove test_peerConnection_addTrack.html from autophone webrtc manifest;
https://reviewboard.mozilla.org/r/57676/#review54518
great. looking forward to less orange.
Attachment #8759813 -
Flags: review?(bob) → review+
Pushed by dminor@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/90c14ea7e707
Remove test_peerConnection_addTrack.html from autophone webrtc manifest; r=bc
Comment 7•9 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox50:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla50
Comment 8•9 years ago
|
||
Looks like this would have landed just after the merge. Should the test fix be uplifted to aurora 49?
Flags: needinfo?(dminor)
Assignee | ||
Comment 9•9 years ago
|
||
(In reply to Liz Henry (:lizzard) (needinfo? me) from comment #8)
> Looks like this would have landed just after the merge. Should the test fix
> be uplifted to aurora 49?
We only run autophone tests on mozilla-central and try at the moment so we don't need an uplift now, but if we expand our coverage in the future it would be nice to have.
Flags: needinfo?(dminor)
Assignee | ||
Comment 10•9 years ago
|
||
Comment on attachment 8759813 [details]
Bug 1275863 - Remove test_peerConnection_addTrack.html from autophone webrtc manifest;
Approval Request Comment
[Feature/regressing bug #]: This test was removed from the standard mochitest manifests in a commit in 49, but we didn't remove it from the autophone manifests until 50.
[User impact if declined]: None, test only.
[Describe test coverage new/current, TreeHerder]: None.
[Risks and why]: None. We don't currently run Autophone on aurora, but if we expand our coverage, it would be nice to have this fix in place.
[String/UUID change made/needed]: None.
Attachment #8759813 -
Flags: approval-mozilla-aurora?
Comment 11•9 years ago
|
||
Comment on attachment 8759813 [details]
Bug 1275863 - Remove test_peerConnection_addTrack.html from autophone webrtc manifest;
Extra test coverage for aurora, ok to uplift.
Attachment #8759813 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 12•9 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•