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

Issue 1982733002: Re-enabling socket tests that were previously flaky. (Closed)

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

Re-enabling socket tests that were previously flaky. It's assumed that these tests were flaky because they used a non-virtual resource (sockets) and were being run in parallel. So this should be fixed now that these tests are now not being run in parallel, thanks to this CL: https://codereview.webrtc.org/1426643003 BUG=webrtc:4923 R=pthatcher@webrtc.org Committed: https://chromium.googlesource.com/external/webrtc/+/2b3bf6b7d5d0041cf585454f3d798c4175c26e2f

Patch Set 1 #

Patch Set 2 : Use timestamp of the correct size. #

Patch Set 3 : Adding debug logging. #

Patch Set 4 : Adding Linux check for IPv6 interface. #

Patch Set 5 : Removing debug logging and adding IPv6 check for more tests #

Total comments: 2

Patch Set 6 : Changing cmsDelay (only used for debugging) to int64_t #

Patch Set 7 : Fixing ifdefs. Using same logic as network.cc. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+63 lines, -124 lines) Patch
M webrtc/base/messagequeue.h View 1 2 3 4 5 3 chunks +6 lines, -3 lines 0 comments Download
M webrtc/base/messagequeue.cc View 1 2 3 4 5 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/nethelpers.cc View 1 2 3 4 5 6 3 chunks +24 lines, -4 lines 0 comments Download
M webrtc/base/physicalsocketserver_unittest.cc View 1 2 3 4 14 chunks +22 lines, -107 lines 0 comments Download
M webrtc/base/socket_unittest.cc View 1 2 3 4 1 chunk +2 lines, -3 lines 0 comments Download
M webrtc/base/testclient.cc View 1 2 chunks +4 lines, -3 lines 0 comments Download
M webrtc/base/thread.cc View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 20 (9 generated)
Taylor Brandstetter
4 years, 7 months ago (2016-05-16 18:41:00 UTC) #2
pthatcher1
lgtm
4 years, 7 months ago (2016-05-16 19:57:30 UTC) #3
Taylor Brandstetter
Peter, I made some more changes; do you want to review again?
4 years, 7 months ago (2016-05-17 18:19:31 UTC) #4
pthatcher1
lgtm https://codereview.webrtc.org/1982733002/diff/80001/webrtc/base/messagequeue.cc File webrtc/base/messagequeue.cc (right): https://codereview.webrtc.org/1982733002/diff/80001/webrtc/base/messagequeue.cc#newcode356 webrtc/base/messagequeue.cc:356: return DoDelayPost(static_cast<int>(TimeUntil(tstamp)), tstamp, phandler, id, Could make DelayedMessage.cmsDelay_ ...
4 years, 7 months ago (2016-05-19 18:05:40 UTC) #5
Taylor Brandstetter
https://codereview.webrtc.org/1982733002/diff/80001/webrtc/base/messagequeue.cc File webrtc/base/messagequeue.cc (right): https://codereview.webrtc.org/1982733002/diff/80001/webrtc/base/messagequeue.cc#newcode356 webrtc/base/messagequeue.cc:356: return DoDelayPost(static_cast<int>(TimeUntil(tstamp)), tstamp, phandler, id, On 2016/05/19 18:05:39, pthatcher1 ...
4 years, 7 months ago (2016-05-19 18:12:35 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1982733002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1982733002/100001
4 years, 7 months ago (2016-05-19 18:12:49 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_dbg on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/android_dbg/builds/13456) android_gn_dbg on tryserver.webrtc (JOB_FAILED, ...
4 years, 7 months ago (2016-05-19 18:16:00 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1982733002/120001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1982733002/120001
4 years, 7 months ago (2016-05-19 18:36:07 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL)
4 years, 7 months ago (2016-05-19 20:36:31 UTC) #16
commit-bot: I haz the power
Patchset 7 (id:??) landed as https://crrev.com/2b3bf6b7d5d0041cf585454f3d798c4175c26e2f Cr-Commit-Position: refs/heads/master@{#12817}
4 years, 7 months ago (2016-05-19 21:58:05 UTC) #19
Taylor Brandstetter
4 years, 7 months ago (2016-05-19 21:58:06 UTC) #20
Message was sent while issue was closed.
Committed patchset #7 (id:120001) manually as
2b3bf6b7d5d0041cf585454f3d798c4175c26e2f (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698