Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Issue 2112593002: Fixing flakiness of CreateDataChannelAfterNegotiate. (Closed)

Created:
4 years, 5 months ago by Taylor Brandstetter
Modified:
4 years, 5 months ago
Reviewers:
pthatcher1, skvlad
CC:
webrtc-reviews_webrtc.org, tterriberry_mozilla.com
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing flakiness of CreateDataChannelAfterNegotiate. Test worked by creating a dummy data channel just to trigger the SDP generation, then creating two data channels after negotiation. However the dummy data channel is then racing with the "real" data channel to get negotiated, so they could be signaled in the reverse of the expected order. Fixed this by simply waiting for the dummy data channel to be signaled before creating the other data channels. BUG=webrtc:3980 R=pthatcher@webrtc.org, skvlad@webrtc.org Committed: https://crrev.com/bf2f569b220347c5d07d3c7d1e967bcaa0a3aad0 Cr-Commit-Position: refs/heads/master@{#13329}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -9 lines) Patch
M webrtc/api/peerconnectionendtoend_unittest.cc View 2 chunks +5 lines, -9 lines 0 comments Download

Messages

Total messages: 10 (4 generated)
Taylor Brandstetter
4 years, 5 months ago (2016-06-29 16:51:22 UTC) #2
Taylor Brandstetter
4 years, 5 months ago (2016-06-29 16:51:43 UTC) #4
pthatcher1
lgtm
4 years, 5 months ago (2016-06-29 18:15:01 UTC) #5
skvlad
lgtm
4 years, 5 months ago (2016-06-29 18:16:20 UTC) #6
commit-bot: I haz the power
Patchset 1 (id:??) landed as https://crrev.com/bf2f569b220347c5d07d3c7d1e967bcaa0a3aad0 Cr-Commit-Position: refs/heads/master@{#13329}
4 years, 5 months ago (2016-06-29 18:25:21 UTC) #9
Taylor Brandstetter
4 years, 5 months ago (2016-06-29 18:25:25 UTC) #10
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
bf2f569b220347c5d07d3c7d1e967bcaa0a3aad0 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698