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

Issue 1814023003: Fixing issues with timestamps in video_quality_test.cc. (Closed)

Created:
4 years, 9 months ago by Taylor Brandstetter
Modified:
4 years, 9 months ago
CC:
webrtc-reviews_webrtc.org, video-team_agora.io, yujie_mao (webrtc), zhengzhonghou_agora.io, stefan-webrtc, tterriberry_mozilla.com, the sun, pbos-webrtc, perkj_webrtc, mflodman
Base URL:
https://chromium.googlesource.com/external/webrtc.git@master
Target Ref:
refs/pending/heads/master
Project:
webrtc
Visibility:
Public.

Description

Fixing issues with timestamps in video_quality_test.cc. The fundamental issue is that RTCP packet timestamps were accidentally being fed into wrap_handler_, causing it to think the 32-bit timestamp had wrapped around when it actually hadn't. Was also using a 32-bit timestamp instead of a 64-bit timestamp in one place, meaning that if wrapping actually DID occur, the test would still fail due to a 64-bit value being cast to a 32-bit value. BUG=webrtc:5668 R=pbos@webrtc.org, sprang@webrtc.org Committed: https://crrev.com/433b95a68585313fb5d607639e6a6f6d3de70427 Cr-Commit-Position: refs/heads/master@{#12055}

Patch Set 1 #

Patch Set 2 : Typo. #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -1 line) Patch
M webrtc/video/video_quality_test.cc View 1 2 chunks +7 lines, -1 line 1 comment Download

Messages

Total messages: 18 (8 generated)
Taylor Brandstetter
PTAL. This is making tests pretty flaky.
4 years, 9 months ago (2016-03-18 00:30:23 UTC) #2
sprang_webrtc
Good catch! lgtm
4 years, 9 months ago (2016-03-18 09:19:47 UTC) #4
sprang_webrtc
https://codereview.webrtc.org/1814023003/diff/20001/webrtc/video/video_quality_test.cc File webrtc/video/video_quality_test.cc (right): https://codereview.webrtc.org/1814023003/diff/20001/webrtc/video/video_quality_test.cc#newcode126 webrtc/video/video_quality_test.cc:126: Thinking some more about this, perhaps we should even ...
4 years, 9 months ago (2016-03-18 10:05:29 UTC) #5
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814023003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814023003/20001
4 years, 9 months ago (2016-03-18 15:09:18 UTC) #7
commit-bot: I haz the power
Try jobs failed on following builders: presubmit on tryserver.webrtc (JOB_FAILED, http://build.chromium.org/p/tryserver.webrtc/builders/presubmit/builds/4264)
4 years, 9 months ago (2016-03-18 15:13:29 UTC) #9
pbos-webrtc
lgtm
4 years, 9 months ago (2016-03-18 15:34:42 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1814023003/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1814023003/20001
4 years, 9 months ago (2016-03-18 15:54:19 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: android_arm64_rel on tryserver.webrtc (JOB_TIMED_OUT, no build URL) linux_baremetal on ...
4 years, 9 months ago (2016-03-18 17:09:54 UTC) #14
commit-bot: I haz the power
Patchset 2 (id:??) landed as https://crrev.com/433b95a68585313fb5d607639e6a6f6d3de70427 Cr-Commit-Position: refs/heads/master@{#12055}
4 years, 9 months ago (2016-03-18 18:41:19 UTC) #17
Taylor Brandstetter
4 years, 9 months ago (2016-03-18 18:41:20 UTC) #18
Message was sent while issue was closed.
Committed patchset #2 (id:20001) manually as
433b95a68585313fb5d607639e6a6f6d3de70427 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698