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

Issue 2141863003: Adding an end-to-end connection time test. (Closed)

Created:
4 years, 5 months ago by Taylor Brandstetter
Modified:
4 years, 3 months ago
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

Adding an end-to-end connection time test. The test uses a fake clock and simulates network and signaling delays in order to get a repeatable measurement of the time to establish a connection (including DTLS). This will help ensure that various optimizations continue to work as expected, and no new delays are introduced. This CL depends on: https://codereview.webrtc.org/2140283002/ R=honghaiz@webrtc.org, pthatcher@webrtc.org, skvlad@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/e5835f5d849f49eed7a3bf8d1455688a93149324

Patch Set 1 #

Total comments: 3

Patch Set 2 : Removing something I added temporarily (because "presumed writable" option wasn't available in RTCC… #

Total comments: 13

Patch Set 3 : Responded to comments and merged with master. #

Patch Set 4 : Removing unnecessary "webrtc::" prefixes #

Total comments: 4

Patch Set 5 : Merge with master. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+286 lines, -79 lines) Patch
M webrtc/api/peerconnection_unittest.cc View 1 2 3 4 37 chunks +276 lines, -69 lines 0 comments Download
M webrtc/base/fakenetwork.h View 3 chunks +2 lines, -3 lines 0 comments Download
M webrtc/p2p/base/testturnserver.h View 1 2 3 chunks +8 lines, -7 lines 0 comments Download

Messages

Total messages: 22 (7 generated)
Taylor Brandstetter
https://codereview.webrtc.org/2141863003/diff/1/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (left): https://codereview.webrtc.org/2141863003/diff/1/webrtc/api/peerconnection_unittest.cc#oldcode890 webrtc/api/peerconnection_unittest.cc:890: ice_server.uri = "stun:stun.l.google.com:19302"; This STUN server wasn't doing anything ...
4 years, 5 months ago (2016-07-12 19:33:34 UTC) #2
honghaiz3
lgtm https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode2304 webrtc/api/peerconnection_unittest.cc:2304: delete set_receiving_client(nullptr); Shouldn't they be destroyed when the ...
4 years, 4 months ago (2016-08-05 22:45:05 UTC) #3
Taylor Brandstetter
https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode2304 webrtc/api/peerconnection_unittest.cc:2304: delete set_receiving_client(nullptr); On 2016/08/05 22:45:05, honghaiz3 wrote: > Shouldn't ...
4 years, 4 months ago (2016-08-05 23:02:49 UTC) #4
honghaiz3
https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode2304 webrtc/api/peerconnection_unittest.cc:2304: delete set_receiving_client(nullptr); On 2016/08/05 23:02:49, Taylor Brandstetter wrote: > ...
4 years, 4 months ago (2016-08-05 23:37:11 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode2304 webrtc/api/peerconnection_unittest.cc:2304: delete set_receiving_client(nullptr); On 2016/08/05 23:37:11, honghaiz3 wrote: > On ...
4 years, 4 months ago (2016-08-08 17:12:06 UTC) #6
honghaiz3
lgtm https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode2304 webrtc/api/peerconnection_unittest.cc:2304: delete set_receiving_client(nullptr); On 2016/08/08 17:12:06, Taylor Brandstetter wrote: ...
4 years, 4 months ago (2016-08-08 17:17:29 UTC) #7
pthatcher1
This is impressive work. https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/20001/webrtc/api/peerconnection_unittest.cc#newcode108 webrtc/api/peerconnection_unittest.cc:108: enum { MSG_SDP_MESSAGE, MSG_ICE_MESSAGE }; ...
4 years, 4 months ago (2016-08-08 22:08:51 UTC) #8
Taylor Brandstetter
May want to review the unit test again. In merging with "master" I found that ...
4 years, 4 months ago (2016-08-09 01:42:52 UTC) #9
skvlad
lgtm. Great job building this! https://codereview.webrtc.org/2141863003/diff/60001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/60001/webrtc/api/peerconnection_unittest.cc#newcode264 webrtc/api/peerconnection_unittest.cc:264: signaling_message_receiver_->ReceiveSdpMessage(type, msg); Is it ...
4 years, 3 months ago (2016-09-06 18:02:09 UTC) #11
Taylor Brandstetter
https://codereview.webrtc.org/2141863003/diff/60001/webrtc/api/peerconnection_unittest.cc File webrtc/api/peerconnection_unittest.cc (right): https://codereview.webrtc.org/2141863003/diff/60001/webrtc/api/peerconnection_unittest.cc#newcode264 webrtc/api/peerconnection_unittest.cc:264: signaling_message_receiver_->ReceiveSdpMessage(type, msg); On 2016/09/06 18:02:09, skvlad wrote: > Is ...
4 years, 3 months ago (2016-09-07 00:15:40 UTC) #12
pthatcher1
lgtm
4 years, 3 months ago (2016-09-07 21:14:24 UTC) #13
honghaiz3
lgtm
4 years, 3 months ago (2016-09-07 21:31:25 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.webrtc.org/2141863003/80001
4 years, 3 months ago (2016-09-16 18:18:32 UTC) #17
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on master.tryserver.webrtc (JOB_TIMED_OUT, no build URL) android_dbg on ...
4 years, 3 months ago (2016-09-16 20:18:54 UTC) #19
Taylor Brandstetter
4 years, 3 months ago (2016-09-16 22:08:04 UTC) #22
Message was sent while issue was closed.
Committed patchset #5 (id:80001) manually as
e5835f5d849f49eed7a3bf8d1455688a93149324 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698