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

Issue 2524613002: Move the sanity check on build time vs current time to the net test (Closed)

Created:
4 years, 1 month ago by eroman
Modified:
4 years ago
Reviewers:
jbudorick, Ryan Sleevi
CC:
chromium-reviews, rsleevi+watch_chromium.org, certificate-transparency-chrome_googlegroups.com, cbentzel+watch_chromium.org, martijn+crwatch_martijnc.be, Eran Messeri
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Move the sanity check on build time vs current time to the net test suite runner. BUG=666821 Committed: https://crrev.com/ada22007f4df4381ed1092a96cec8dd836be5cb5 Cr-Commit-Position: refs/heads/master@{#434260}

Patch Set 1 #

Total comments: 4

Patch Set 2 : add .magnitude() #

Total comments: 4

Patch Set 3 : update comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -17 lines) Patch
M net/cert/ct_policy_enforcer_unittest.cc View 3 chunks +0 lines, -17 lines 0 comments Download
M net/test/run_all_unittests.cc View 1 2 3 chunks +36 lines, -0 lines 0 comments Download

Messages

Total messages: 30 (14 generated)
eroman
4 years, 1 month ago (2016-11-22 02:18:03 UTC) #2
jbudorick
While the code looks fine, I'm a little concerned with how this will behave / ...
4 years, 1 month ago (2016-11-22 02:29:53 UTC) #5
jbudorick
This is fine as far as --gtest_list_tests goes. https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc#newcode40 net/test/run_all_unittests.cc:40: if ...
4 years, 1 month ago (2016-11-22 15:59:53 UTC) #8
eroman
https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc#newcode40 net/test/run_all_unittests.cc:40: if ((now - build_time) <= kMaxAge) On 2016/11/22 15:59:53, ...
4 years ago (2016-11-22 22:49:46 UTC) #9
Ryan Sleevi
https://codereview.chromium.org/2524613002/diff/20001/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/20001/net/test/run_all_unittests.cc#newcode30 net/test/run_all_unittests.cc:30: // This (currently) lines up with the policy used ...
4 years ago (2016-11-22 22:52:30 UTC) #12
eroman
https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc#newcode40 net/test/run_all_unittests.cc:40: if ((now - build_time) <= kMaxAge) On 2016/11/22 22:49:46, ...
4 years ago (2016-11-22 22:56:03 UTC) #13
jbudorick
On 2016/11/22 22:56:03, eroman (slow) wrote: > https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc > File net/test/run_all_unittests.cc (right): > > https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc#newcode40 ...
4 years ago (2016-11-22 22:58:59 UTC) #14
eroman
https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/1/net/test/run_all_unittests.cc#newcode40 net/test/run_all_unittests.cc:40: if ((now - build_time) <= kMaxAge) On 2016/11/22 22:56:03, ...
4 years ago (2016-11-22 22:59:16 UTC) #15
eroman
https://codereview.chromium.org/2524613002/diff/20001/net/test/run_all_unittests.cc File net/test/run_all_unittests.cc (right): https://codereview.chromium.org/2524613002/diff/20001/net/test/run_all_unittests.cc#newcode30 net/test/run_all_unittests.cc:30: // This (currently) lines up with the policy used ...
4 years ago (2016-11-22 23:16:38 UTC) #16
eroman
Ping. Not urgent, but when possible would like to clear this from my queue.
4 years ago (2016-11-23 20:40:48 UTC) #21
Ryan Sleevi
Not sure if the ping was for me, but LGTM
4 years ago (2016-11-23 21:08:19 UTC) #22
jbudorick
On 2016/11/23 21:08:19, Ryan Sleevi wrote: > Not sure if the ping was for me, ...
4 years ago (2016-11-23 21:09:32 UTC) #23
eroman
thanks!
4 years ago (2016-11-23 21:12:28 UTC) #24
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2524613002/40001
4 years ago (2016-11-23 21:14:01 UTC) #26
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years ago (2016-11-23 21:50:04 UTC) #28
commit-bot: I haz the power
4 years ago (2016-11-23 21:53:42 UTC) #30
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/ada22007f4df4381ed1092a96cec8dd836be5cb5
Cr-Commit-Position: refs/heads/master@{#434260}

Powered by Google App Engine
This is Rietveld 408576698