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

Issue 1141163002: Browser tests for the new way of handling device ID in Chrome OS. (Closed)

Created:
5 years, 7 months ago by dzhioev (left Google)
Modified:
5 years, 6 months ago
CC:
chromium-reviews, dzhioev+watch_chromium.org, stevenjb+watch_chromium.org, oshima+watch_chromium.org, davemoore+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@device_id
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Browser tests for the new way of handling device ID in Chrome OS. BUG=486044, 486136 TEST=browser_tests --gtest_filter=DeviceIDTest.* Committed: https://crrev.com/1e76fed394f8a90b049ce2c06ca06f677c899024 Cr-Commit-Position: refs/heads/master@{#331828}

Patch Set 1 #

Patch Set 2 : Fixed flakiness. #

Total comments: 37

Patch Set 3 : Comments addressed. #

Patch Set 4 : OobeBaseTest part extracted. #

Total comments: 16

Patch Set 5 : Comments addressed. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -2 lines) Patch
A chrome/browser/chromeos/login/signin/device_id_browsertest.cc View 1 2 3 4 1 chunk +279 lines, -0 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 1 chunk +1 line, -0 lines 0 comments Download
M google_apis/gaia/fake_gaia.h View 1 2 3 4 5 chunks +20 lines, -1 line 0 comments Download
M google_apis/gaia/fake_gaia.cc View 1 2 3 4 5 chunks +54 lines, -1 line 0 comments Download

Messages

Total messages: 39 (13 generated)
dzhioev (left Google)
Hello, This CL contains browser tests for CL https://codereview.chromium.org/1138143002 Please review Roger: fake_gaia.* Achuith: the ...
5 years, 7 months ago (2015-05-15 04:52:59 UTC) #2
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141163002/1
5 years, 7 months ago (2015-05-15 04:53:52 UTC) #4
Nikita (slow)
Seems that test fails.
5 years, 7 months ago (2015-05-15 12:17:07 UTC) #7
dzhioev (left Google)
On 2015/05/15 12:17:07, Nikita wrote: > Seems that test fails. Test fails because CL https://codereview.chromium.org/1138143002 ...
5 years, 7 months ago (2015-05-15 16:37:59 UTC) #8
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141163002/1
5 years, 7 months ago (2015-05-15 23:01:58 UTC) #10
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_chromeos_rel_ng on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_chromeos_rel_ng/builds/58269)
5 years, 7 months ago (2015-05-16 00:20:48 UTC) #12
Nikita (slow)
Now that original CL has langed, makes sense to re-run bots and see that test ...
5 years, 7 months ago (2015-05-19 11:54:20 UTC) #14
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141163002/1
5 years, 7 months ago (2015-05-21 00:07:40 UTC) #16
commit-bot: I haz the power
Dry run: Try jobs failed on following builders: linux_chromium_gn_chromeos_rel on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_gn_chromeos_rel/builds/39756)
5 years, 7 months ago (2015-05-21 00:52:13 UTC) #18
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141163002/20001
5 years, 7 months ago (2015-05-22 01:02:23 UTC) #20
commit-bot: I haz the power
Dry run: This issue passed the CQ dry run.
5 years, 7 months ago (2015-05-22 02:51:08 UTC) #22
dzhioev (left Google)
I fixed a flakiness, now CL passes CQ. PTAL
5 years, 7 months ago (2015-05-22 03:04:57 UTC) #23
Roger Tawa OOO till Jul 10th
google_apis lgtm
5 years, 7 months ago (2015-05-22 12:10:14 UTC) #24
achuithb
I feel like the changes to oobe_base_test should be pulled out into a separate CL. ...
5 years, 6 months ago (2015-05-26 06:28:21 UTC) #25
dzhioev (left Google)
https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc File chrome/browser/chromeos/login/signin/device_id_browsertest.cc (right): https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc#newcode29 chrome/browser/chromeos/login/signin/device_id_browsertest.cc:29: const base::FilePath::CharType kRefreshTokenToDeviceIdMapPath[] = On 2015/05/26 06:28:20, achuithb wrote: ...
5 years, 6 months ago (2015-05-26 21:18:15 UTC) #26
achuithb
https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/test/oobe_base_test.h File chrome/browser/chromeos/login/test/oobe_base_test.h (right): https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/test/oobe_base_test.h#newcode77 chrome/browser/chromeos/login/test/oobe_base_test.h:77: test::JSChecker& JS() { return js_checker_; } On 2015/05/26 21:18:15, ...
5 years, 6 months ago (2015-05-26 21:26:44 UTC) #27
achuithb
On 2015/05/26 06:28:21, achuithb wrote: > I feel like the changes to oobe_base_test should be ...
5 years, 6 months ago (2015-05-26 21:28:26 UTC) #28
dzhioev (left Google)
On 2015/05/26 21:26:44, achuithb wrote: > https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/test/oobe_base_test.h > File chrome/browser/chromeos/login/test/oobe_base_test.h (right): > > https://codereview.chromium.org/1141163002/diff/20001/chrome/browser/chromeos/login/test/oobe_base_test.h#newcode77 > ...
5 years, 6 months ago (2015-05-27 23:23:33 UTC) #29
dzhioev (left Google)
On 2015/05/26 21:28:26, achuithb wrote: > On 2015/05/26 06:28:21, achuithb wrote: > > I feel ...
5 years, 6 months ago (2015-05-27 23:24:01 UTC) #30
dzhioev (left Google)
On 2015/05/27 23:24:01, dzhioev wrote: > On 2015/05/26 21:28:26, achuithb wrote: > > On 2015/05/26 ...
5 years, 6 months ago (2015-05-27 23:34:27 UTC) #31
achuithb
https://codereview.chromium.org/1141163002/diff/60001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc File chrome/browser/chromeos/login/signin/device_id_browsertest.cc (right): https://codereview.chromium.org/1141163002/diff/60001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc#newcode159 chrome/browser/chromeos/login/signin/device_id_browsertest.cc:159: void SaveRefreshTokenToDeviceIdMap() const { nit: I'd remove the const ...
5 years, 6 months ago (2015-05-28 00:18:57 UTC) #32
dzhioev (left Google)
https://codereview.chromium.org/1141163002/diff/60001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc File chrome/browser/chromeos/login/signin/device_id_browsertest.cc (right): https://codereview.chromium.org/1141163002/diff/60001/chrome/browser/chromeos/login/signin/device_id_browsertest.cc#newcode159 chrome/browser/chromeos/login/signin/device_id_browsertest.cc:159: void SaveRefreshTokenToDeviceIdMap() const { On 2015/05/28 00:18:57, achuithb wrote: ...
5 years, 6 months ago (2015-05-28 02:21:42 UTC) #33
achuithb
lgtm. Thanks for taking care of the nits.
5 years, 6 months ago (2015-05-28 10:28:14 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1141163002/80001
5 years, 6 months ago (2015-05-28 17:55:21 UTC) #37
commit-bot: I haz the power
Committed patchset #5 (id:80001)
5 years, 6 months ago (2015-05-28 18:43:48 UTC) #38
commit-bot: I haz the power
5 years, 6 months ago (2015-05-28 18:44:28 UTC) #39
Message was sent while issue was closed.
Patchset 5 (id:??) landed as
https://crrev.com/1e76fed394f8a90b049ce2c06ca06f677c899024
Cr-Commit-Position: refs/heads/master@{#331828}

Powered by Google App Engine
This is Rietveld 408576698