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

Issue 23751004: Unit tests for attempt manager (Closed)

Created:
7 years, 3 months ago by vadimt
Modified:
7 years, 3 months ago
CC:
chromium-reviews, arv+watch_chromium.org
Visibility:
Public.

Description

Unit tests for attempt manager. BUG=164227 TEST=No Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=222189

Patch Set 1 #

Total comments: 20

Patch Set 2 : robliao@ comments #

Total comments: 2

Patch Set 3 : More comments. #

Total comments: 5

Patch Set 4 : skare@ comments #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+224 lines, -14 lines) Patch
M chrome/browser/resources/google_now/utility_unittest.gtestjs View 1 2 3 6 chunks +224 lines, -13 lines 2 comments Download
M chrome/test/data/webui/test_api.js View 1 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 14 (0 generated)
vadimt
7 years, 3 months ago (2013-09-04 19:56:19 UTC) #1
robliao
https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode722 chrome/browser/resources/google_now/utility_unittest.gtestjs:722: var testAttemptStorageKey = 'current-delay-testAttempts'; This literal (5 uses) is ...
7 years, 3 months ago (2013-09-04 20:17:25 UTC) #2
vadimt
https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode722 chrome/browser/resources/google_now/utility_unittest.gtestjs:722: var testAttemptStorageKey = 'current-delay-testAttempts'; On 2013/09/04 20:17:25, Robert Liao ...
7 years, 3 months ago (2013-09-04 22:34:40 UTC) #3
robliao
https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode820 chrome/browser/resources/google_now/utility_unittest.gtestjs:820: var testFirstDelaySeconds = 1039; Change the test name to ...
7 years, 3 months ago (2013-09-05 00:09:39 UTC) #4
vadimt
https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/1/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode820 chrome/browser/resources/google_now/utility_unittest.gtestjs:820: var testFirstDelaySeconds = 1039; On 2013/09/05 00:09:39, Robert Liao ...
7 years, 3 months ago (2013-09-05 00:29:59 UTC) #5
robliao
lgtm https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode831 chrome/browser/resources/google_now/utility_unittest.gtestjs:831: // Tests starting an attempt manager with a ...
7 years, 3 months ago (2013-09-05 00:34:03 UTC) #6
skare_
thanks for tests https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode731 chrome/browser/resources/google_now/utility_unittest.gtestjs:731: function createTestAttempStorageEntry(delaySeconds) { attemp -> attempt ...
7 years, 3 months ago (2013-09-05 19:59:09 UTC) #7
vadimt
https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/12001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode731 chrome/browser/resources/google_now/utility_unittest.gtestjs:731: function createTestAttempStorageEntry(delaySeconds) { On 2013/09/05 19:59:09, Travis Skare wrote: ...
7 years, 3 months ago (2013-09-05 21:56:27 UTC) #8
skare_
lgtm
7 years, 3 months ago (2013-09-06 22:58:20 UTC) #9
vadimt
arv@, please provide OWNER's approval
7 years, 3 months ago (2013-09-06 23:09:45 UTC) #10
arv (Not doing code reviews)
LGTM https://codereview.chromium.org/23751004/diff/18001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/18001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode729 chrome/browser/resources/google_now/utility_unittest.gtestjs:729: var testRandomValue = 0.31415926; FYI, we have a ...
7 years, 3 months ago (2013-09-09 13:55:10 UTC) #11
vadimt
https://codereview.chromium.org/23751004/diff/18001/chrome/browser/resources/google_now/utility_unittest.gtestjs File chrome/browser/resources/google_now/utility_unittest.gtestjs (right): https://codereview.chromium.org/23751004/diff/18001/chrome/browser/resources/google_now/utility_unittest.gtestjs#newcode729 chrome/browser/resources/google_now/utility_unittest.gtestjs:729: var testRandomValue = 0.31415926; On 2013/09/09 13:55:10, arv wrote: ...
7 years, 3 months ago (2013-09-09 15:53:05 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/vadimt@chromium.org/23751004/18001
7 years, 3 months ago (2013-09-09 21:44:42 UTC) #13
commit-bot: I haz the power
7 years, 3 months ago (2013-09-10 02:26:28 UTC) #14
Message was sent while issue was closed.
Change committed as 222189

Powered by Google App Engine
This is Rietveld 408576698