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

Issue 7477006: Add additional check for required passphrase in SetupSync (Closed)

Created:
9 years, 5 months ago by Raghu Simha
Modified:
9 years, 5 months ago
Reviewers:
Nicolas Zea
CC:
chromium-reviews, ncarter (slow), Paweł Hajdan Jr., tim (not reviewing), idana
Visibility:
Public.

Description

Add additional check for required passphrase in SetupSync The sync integration tests use a method called SetupSync to initialize a sync client. The step that performs an initial sync can sometimes remain incomplete due to a required passphrase. r93873 relocated the check for SET_PASSPHRASE_FAILED in SetupSync. It turns out that this check needs to be made before and after initial sync, since SET_PASSPHRASE_FAILED can be triggered in a couple of places. This patch adds a check at the original place, and should fix the flaky test SetPassphraseAndThenSetupSync. TBR=zea@chromium.org BUG=90371, 90397 TEST=sync_integration_tests Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=94076

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -1 line) Patch
M chrome/browser/sync/profile_sync_service_harness.cc View 1 chunk +7 lines, -0 lines 0 comments Download
M chrome/test/live_sync/two_client_live_passwords_sync_test.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Raghu Simha
Nicolas, this should fix the remaining flakiness you reported yesterday. I'll likely land this before ...
9 years, 5 months ago (2011-07-26 09:54:14 UTC) #1
Raghu Simha
9 years, 5 months ago (2011-07-26 10:23:48 UTC) #2
Landing this change after testing the fix on the trybots and locally with
--gtest_repeat=20.

Powered by Google App Engine
This is Rietveld 408576698