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

Issue 243103007: Tests for supervised users password sync: (Closed)

Created:
6 years, 8 months ago by Denis Kuznetsov (DE-MUC)
Modified:
6 years, 7 months ago
Reviewers:
Nikita (slow)
CC:
chromium-reviews, pam+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, oshima+watch_chromium.org, nkostylev+watch_chromium.org
Visibility:
Public.

Description

Tests for supervised users password sync: First two test cases: password change detected when SU is signed in, only su is signed in after password change is detected when manager is signed in. R=nkostylev@chromium.org BUG=354607 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=266892

Patch Set 1 #

Patch Set 2 : Use sprint instead of concatenation, +1 test #

Total comments: 40

Patch Set 3 : Fix nits #

Patch Set 4 : add comments to checks #

Patch Set 5 : Mark generated sync changes as add/update #

Patch Set 6 : Fix erroneous commit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+989 lines, -390 lines) Patch
A chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc View 1 2 1 chunk +177 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/managed/managed_user_password_browsertest.cc View 1 2 3 4 1 chunk +259 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/managed/managed_user_test_base.h View 1 2 3 4 1 chunk +121 lines, -0 lines 0 comments Download
A chrome/browser/chromeos/login/managed/managed_user_test_base.cc View 1 2 3 4 1 chunk +428 lines, -0 lines 0 comments Download
D chrome/browser/chromeos/login/managed/supervised_user_creation_browsertest.cc View 1 chunk +0 lines, -389 lines 0 comments Download
M chrome/chrome_tests.gypi View 1 2 3 4 1 chunk +4 lines, -1 line 0 comments Download

Messages

Total messages: 32 (0 generated)
Denis Kuznetsov (DE-MUC)
6 years, 8 months ago (2014-04-21 16:37:40 UTC) #1
Nikita (slow)
Overall looks good, as discussed: * Cleanup (uncomment) commented code * Change append to using ...
6 years, 8 months ago (2014-04-22 11:13:50 UTC) #2
Nikita (slow)
Ready for review?
6 years, 8 months ago (2014-04-22 12:04:55 UTC) #3
Denis Kuznetsov (DE-MUC)
On 2014/04/22 12:04:55, Nikita Kostylev wrote: > Ready for review? yes, please take a look
6 years, 8 months ago (2014-04-22 19:25:04 UTC) #4
Nikita (slow)
https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc File chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc (right): https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc#newcode160 chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc:160: // Make sure user is already in list. nit: ...
6 years, 8 months ago (2014-04-23 09:50:17 UTC) #5
Denis Kuznetsov (DE-MUC)
https://chromiumcodereview.appspot.com/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc File chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc (right): https://chromiumcodereview.appspot.com/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc#newcode160 chrome/browser/chromeos/login/managed/managed_user_creation_browsertest.cc:160: // Make sure user is already in list. On ...
6 years, 8 months ago (2014-04-24 17:44:09 UTC) #6
Nikita (slow)
https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_test_base.cc File chrome/browser/chromeos/login/managed/managed_user_test_base.cc (right): https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_test_base.cc#newcode69 chrome/browser/chromeos/login/managed/managed_user_test_base.cc:69: CHECK(HasChanges()); On 2014/04/24 17:44:09, Denis Kuznetsov wrote: > On ...
6 years, 8 months ago (2014-04-25 06:43:58 UTC) #7
Denis Kuznetsov (DE-MUC)
Is this approach fine? https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_test_base.cc File chrome/browser/chromeos/login/managed/managed_user_test_base.cc (right): https://codereview.chromium.org/243103007/diff/20001/chrome/browser/chromeos/login/managed/managed_user_test_base.cc#newcode69 chrome/browser/chromeos/login/managed/managed_user_test_base.cc:69: CHECK(HasChanges()); On 2014/04/25 06:43:59, Nikita ...
6 years, 8 months ago (2014-04-25 12:52:03 UTC) #8
Nikita (slow)
lgtm
6 years, 8 months ago (2014-04-25 12:56:48 UTC) #9
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 8 months ago (2014-04-25 14:06:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/60001
6 years, 8 months ago (2014-04-25 22:17:54 UTC) #11
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-26 03:11:50 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on linux_chromium_chromeos_rel
6 years, 8 months ago (2014-04-26 03:11:51 UTC) #13
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 7 months ago (2014-04-28 15:20:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/80001
6 years, 7 months ago (2014-04-28 15:20:40 UTC) #15
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 15:39:43 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 15:39:44 UTC) #17
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 7 months ago (2014-04-28 16:06:38 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/90001
6 years, 7 months ago (2014-04-28 16:06:48 UTC) #19
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 16:40:34 UTC) #20
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 16:40:35 UTC) #21
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 7 months ago (2014-04-28 17:05:49 UTC) #22
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/90001
6 years, 7 months ago (2014-04-28 17:05:58 UTC) #23
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 17:40:06 UTC) #24
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.chromium on chromium_presubmit
6 years, 7 months ago (2014-04-28 17:40:07 UTC) #25
Nikita (slow)
The CQ bit was checked by nkostylev@chromium.org
6 years, 7 months ago (2014-04-29 11:06:18 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/90001
6 years, 7 months ago (2014-04-29 11:06:37 UTC) #27
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-29 11:57:19 UTC) #28
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel on tryserver.chromium
6 years, 7 months ago (2014-04-29 11:57:20 UTC) #29
Denis Kuznetsov (DE-MUC)
The CQ bit was checked by antrim@chromium.org
6 years, 7 months ago (2014-04-29 13:32:48 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/antrim@chromium.org/243103007/90001
6 years, 7 months ago (2014-04-29 13:32:58 UTC) #31
commit-bot: I haz the power
6 years, 7 months ago (2014-04-29 15:19:29 UTC) #32
Message was sent while issue was closed.
Change committed as 266892

Powered by Google App Engine
This is Rietveld 408576698