Open
Bug 850455
Opened 12 years ago
Updated 3 years ago
Enhance existing peer connection smoke tests in mochitest to heavily test PC attributes throughout hand shake
Categories
(Core :: WebRTC, defect, P4)
Core
WebRTC
Tracking
()
NEW
| backlog | webrtc/webaudio+ |
People
(Reporter: jsmith, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tests])
Our existing mochitests for peer connection only very lightly touch on attribute testing on the peer connection object. We should enhance these smoke tests for peer connection to heavily check state throughout the hand shake process to assess what the right values are for such attributes as:
- localDescription
- remoteDescription
- signalingState
- iceGatheringState
- iceConnectionState
| Reporter | ||
Comment 1•12 years ago
|
||
This is pretty important in our smoke tests given that PCs follow a state machines heavily with their attributes. Putting into the ? pool for analysis.
Priority: -- → P2
Whiteboard: [WebRTC][blocking-webrtc?]
| Reporter | ||
Updated•12 years ago
|
Assignee: nobody → jsmith
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC][blocking-webrtc?] → [WebRTC][blocking-webrtc+]
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC][blocking-webrtc+] → [WebRTC][blocking-webrtc-]
| Reporter | ||
Updated•12 years ago
|
Whiteboard: [WebRTC][blocking-webrtc-] → [WebRTC][blocking-webrtc-][tests]
| Reporter | ||
Comment 2•12 years ago
|
||
Attribute analysis as a feature for WebRTC has dropped in priority - bumping to P3 and unassigning.
Assignee: jsmith → nobody
Priority: P2 → P3
Updated•10 years ago
|
backlog: --- → webRTC+
Rank: 35
Whiteboard: [WebRTC][blocking-webrtc-][tests] → [tests]
Comment 3•8 years ago
|
||
Mass change P3->P4 to align with new Mozilla triage process.
Priority: P3 → P4
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•