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

Issue 2694503002: [USS] Fix USS in sync_integration_tests in chromeos (Closed)

Created:
3 years, 10 months ago by Gang Wu
Modified:
3 years, 10 months ago
Reviewers:
skym, Patrick Noland
CC:
chromium-reviews, sync-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[USS] Fix USS in sync_integration_tests in chromeos Chrome OS will force loading of signin profile, so we need to ignore one more client. https://cs.chromium.org/chromium/src/chrome/browser/chromeos/chrome_browser_main_chromeos.cc?type=cs&q=ChromeBrowserMainPartsChromeos::PostProfileInit()&l=672 The Tests fixed are TwoClientUssSyncTest.Error TwoClientUssSyncTest.Encryption TwoClientUssSyncTest.Sanity TwoClientUssSyncTest.ConflictResolution TwoClientUssSyncTest.DisableEnable SingleClientSessionsSyncTest.Sanity SingleClientSessionsSyncTest.NoSessions SingleClientSessionsSyncTest.ChromeHistory SingleClientSessionsSyncTest.ResponseCodeIsPreserved SingleClientSessionsSyncTest.TimestampMatchesHistory BUG=689662 Review-Url: https://codereview.chromium.org/2694503002 Cr-Commit-Position: refs/heads/master@{#452126} Committed: https://chromium.googlesource.com/chromium/src/+/e3c16997af716ba961740d9598b6942b70e59ccc

Patch Set 1 #

Patch Set 2 : enable on bot #

Patch Set 3 : do not enable on bot #

Total comments: 4

Patch Set 4 : typo and the way to set switch #

Total comments: 2

Patch Set 5 : add comments #

Total comments: 4

Patch Set 6 : modified comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -4 lines) Patch
M chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc View 1 2 3 4 5 2 chunks +13 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_uss_sync_test.cc View 1 2 3 3 chunks +10 lines, -4 lines 0 comments Download

Messages

Total messages: 52 (42 generated)
Gang Wu
PTAL
3 years, 10 months ago (2017-02-21 22:45:05 UTC) #26
skym
lgtm https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: #if defined(OS_CHROMEOS) Can you add some comments explaining ...
3 years, 10 months ago (2017-02-21 23:06:54 UTC) #27
Patrick Noland
https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc File chrome/browser/sync/test/integration/two_client_uss_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/two_client_uss_sync_test.cc#newcode205 chrome/browser/sync/test/integration/two_client_uss_sync_test.cc:205: number_of_clients_ingnored_ = 1; [nit] number_of_clients_ignored_
3 years, 10 months ago (2017-02-21 23:16:45 UTC) #29
Gang Wu
updated https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/100001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: #if defined(OS_CHROMEOS) On 2017/02/21 23:06:54, skym wrote: > ...
3 years, 10 months ago (2017-02-22 00:50:08 UTC) #32
Patrick Noland
https://codereview.chromium.org/2694503002/diff/120001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/120001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: SyncTest::SetUpCommandLine(cl); This will probably make CookieJarMismatch flaky again :( ...
3 years, 10 months ago (2017-02-22 01:04:43 UTC) #33
Gang Wu
move back to how to set switch https://codereview.chromium.org/2694503002/diff/120001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/120001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: SyncTest::SetUpCommandLine(cl); On ...
3 years, 10 months ago (2017-02-22 06:32:03 UTC) #40
skym
still lgtm https://codereview.chromium.org/2694503002/diff/140001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/140001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: // kIgnoreUserProfileMappingForTests will let UserManager always return ...
3 years, 10 months ago (2017-02-22 15:45:41 UTC) #41
Gang Wu
https://codereview.chromium.org/2694503002/diff/140001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc File chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc (right): https://codereview.chromium.org/2694503002/diff/140001/chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc#newcode74 chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc:74: // kIgnoreUserProfileMappingForTests will let UserManager always return active On ...
3 years, 10 months ago (2017-02-22 16:02:08 UTC) #44
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/2694503002/160001
3 years, 10 months ago (2017-02-22 18:01:26 UTC) #49
commit-bot: I haz the power
3 years, 10 months ago (2017-02-22 18:08:49 UTC) #52
Message was sent while issue was closed.
Committed patchset #6 (id:160001) as
https://chromium.googlesource.com/chromium/src/+/e3c16997af716ba961740d9598b6...

Powered by Google App Engine
This is Rietveld 408576698