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

Issue 2379433002: [Sync] Refactoring of sync integration test checkers to remove boilerplate await methods. (Closed)

Created:
4 years, 2 months ago by skym
Modified:
4 years, 2 months ago
Reviewers:
maxbogue
CC:
chromium-reviews, chromium-apps-reviews_chromium.org, sync-reviews_chromium.org, extensions-reviews_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Sync] Refactoring of sync integration test checkers to remove boilerplate await methods. BUG= Committed: https://crrev.com/671946a042b48dc7f38809c3df970300ee54d845 Cr-Commit-Position: refs/heads/master@{#422454}

Patch Set 1 #

Patch Set 2 : Fixing performance test compilation and misc cleanup. #

Patch Set 3 : Fixing arc test. #

Patch Set 4 : Fixing another ChromeOS test. #

Total comments: 16

Patch Set 5 : Updates for Max. #

Total comments: 4

Patch Set 6 : Fixing comment mistakes. #

Patch Set 7 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1265 lines, -1797 lines) Patch
M chrome/browser/sync/test/integration/apps_helper.h View 2 chunks +66 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/apps_helper.cc View 3 chunks +34 lines, -129 lines 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.h View 1 2 3 4 5 6 4 chunks +36 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/autofill_helper.cc View 1 2 3 4 5 6 3 chunks +34 lines, -108 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.h View 1 2 3 4 3 chunks +40 lines, -18 lines 0 comments Download
M chrome/browser/sync/test/integration/bookmarks_helper.cc View 1 2 3 4 5 6 5 chunks +59 lines, -117 lines 0 comments Download
M chrome/browser/sync/test/integration/dictionary_helper.h View 3 chunks +28 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/dictionary_helper.cc View 3 chunks +29 lines, -76 lines 0 comments Download
M chrome/browser/sync/test/integration/extensions_helper.h View 2 chunks +52 lines, -0 lines 0 comments Download
M chrome/browser/sync/test/integration/extensions_helper.cc View 3 chunks +20 lines, -104 lines 0 comments Download
M chrome/browser/sync/test/integration/fake_server_match_status_checker.h View 1 chunk +3 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/fake_server_match_status_checker.cc View 2 chunks +3 lines, -10 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_waiter.h View 2 chunks +3 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/migration_waiter.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M chrome/browser/sync/test/integration/multi_client_status_change_checker.h View 3 chunks +5 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/multi_client_status_change_checker.cc View 1 chunk +5 lines, -21 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.h View 3 chunks +34 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/passwords_helper.cc View 1 2 3 4 5 6 8 chunks +21 lines, -80 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/autofill_sync_perf_test.cc View 1 4 chunks +12 lines, -13 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/bookmarks_sync_perf_test.cc View 1 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/dictionary_sync_perf_test.cc View 1 2 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/extensions_sync_perf_test.cc View 1 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/passwords_sync_perf_test.cc View 1 2 chunks +8 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/sessions_sync_perf_test.cc View 1 2 chunks +8 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/sync_timing_helper.h View 1 1 chunk +23 lines, -30 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/sync_timing_helper.cc View 1 1 chunk +13 lines, -20 lines 0 comments Download
M chrome/browser/sync/test/integration/performance/typed_urls_sync_perf_test.cc View 1 2 chunks +8 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/preferences_helper.h View 1 2 3 4 5 2 chunks +63 lines, -19 lines 0 comments Download
M chrome/browser/sync/test/integration/preferences_helper.cc View 3 chunks +18 lines, -135 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.h View 1 2 chunks +3 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/profile_sync_service_harness.cc View 1 2 3 4 5 6 2 chunks +7 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.h View 2 chunks +1 line, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/quiesce_status_change_checker.cc View 1 chunk +0 lines, -11 lines 0 comments Download
M chrome/browser/sync/test/integration/search_engines_helper.h View 3 chunks +7 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/search_engines_helper.cc View 3 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/sessions_helper.h View 1 2 3 4 3 chunks +20 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/sessions_helper.cc View 1 2 3 4 5 6 2 chunks +14 lines, -41 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_app_list_sync_test.cc View 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_apps_sync_test.cc View 7 chunks +4 lines, -11 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_arc_package_sync_test.cc View 1 2 2 chunks +2 lines, -4 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_bookmarks_sync_test.cc View 12 chunks +13 lines, -16 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_dictionary_sync_test.cc View 2 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_directory_sync_test.cc View 4 chunks +3 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_extensions_sync_test.cc View 6 chunks +3 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_password_manager_setting_migrator_service_sync_test.cc View 13 chunks +12 lines, -26 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_passwords_sync_test.cc View 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_preferences_sync_test.cc View 2 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_search_engines_sync_test.cc View 2 chunks +2 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_sessions_sync_test.cc View 5 chunks +4 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_status_change_checker.cc View 1 chunk +1 line, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_themes_sync_test.cc View 4 chunks +6 lines, -7 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_typed_urls_sync_test.cc View 5 chunks +7 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_wallet_sync_test.cc View 1 2 3 4 5 6 2 chunks +1 line, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/single_client_wifi_credentials_sync_test.cc View 1 2 3 2 chunks +3 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/status_change_checker.h View 1 2 3 4 5 1 chunk +11 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/status_change_checker.cc View 1 chunk +11 lines, -2 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_auth_test.cc View 6 chunks +5 lines, -8 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_errors_test.cc View 12 chunks +18 lines, -38 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_exponential_backoff_test.cc View 8 chunks +6 lines, -13 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_integration_test_util.h View 1 chunk +38 lines, -20 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_integration_test_util.cc View 1 chunk +30 lines, -72 lines 0 comments Download
M chrome/browser/sync/test/integration/sync_test.cc View 1 2 3 4 5 6 1 chunk +1 line, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/themes_helper.h View 2 chunks +75 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/themes_helper.cc View 6 chunks +25 lines, -133 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_app_list_sync_test.cc View 5 chunks +3 lines, -5 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_apps_sync_test.cc View 15 chunks +39 lines, -42 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_autofill_sync_test.cc View 31 chunks +35 lines, -39 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_bookmarks_sync_test.cc View 17 chunks +18 lines, -21 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_dictionary_sync_test.cc View 10 chunks +24 lines, -23 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_extensions_sync_test.cc View 12 chunks +17 lines, -19 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_password_manager_setting_migrator_service_sync_test.cc View 3 chunks +5 lines, -6 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_passwords_sync_test.cc View 14 chunks +24 lines, -28 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_preferences_sync_test.cc View 4 chunks +28 lines, -30 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_search_engines_sync_test.cc View 11 chunks +18 lines, -19 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_sessions_sync_test.cc View 1 2 3 4 3 chunks +2 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_themes_sync_test.cc View 5 chunks +10 lines, -10 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_typed_urls_sync_test.cc View 15 chunks +16 lines, -18 lines 0 comments Download
M chrome/browser/sync/test/integration/two_client_uss_sync_test.cc View 1 2 3 4 2 chunks +5 lines, -18 lines 0 comments Download
M chrome/browser/sync/test/integration/typed_urls_helper.h View 3 chunks +12 lines, -3 lines 0 comments Download
M chrome/browser/sync/test/integration/typed_urls_helper.cc View 1 2 3 4 5 6 4 chunks +8 lines, -34 lines 0 comments Download
M chrome/browser/sync/test/integration/updated_progress_marker_checker.h View 2 chunks +3 lines, -1 line 0 comments Download
M chrome/browser/sync/test/integration/updated_progress_marker_checker.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M components/sync/driver/non_blocking_data_type_controller.h View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 41 (30 generated)
skym
PTAL, hopefully PS#4 fixes the ChromeOS builds.
4 years, 2 months ago (2016-09-29 20:16:17 UTC) #15
maxbogue
lgtm w/ minor comments https://codereview.chromium.org/2379433002/diff/60001/chrome/browser/sync/test/integration/autofill_helper.cc File chrome/browser/sync/test/integration/autofill_helper.cc (right): https://codereview.chromium.org/2379433002/diff/60001/chrome/browser/sync/test/integration/autofill_helper.cc#newcode422 chrome/browser/sync/test/integration/autofill_helper.cc:422: // TODO(skym): If Wait() isn't ...
4 years, 2 months ago (2016-09-30 16:27:56 UTC) #18
skym
Updates for Max. https://codereview.chromium.org/2379433002/diff/60001/chrome/browser/sync/test/integration/autofill_helper.cc File chrome/browser/sync/test/integration/autofill_helper.cc (right): https://codereview.chromium.org/2379433002/diff/60001/chrome/browser/sync/test/integration/autofill_helper.cc#newcode422 chrome/browser/sync/test/integration/autofill_helper.cc:422: // TODO(skym): If Wait() isn't immediately ...
4 years, 2 months ago (2016-09-30 17:43:22 UTC) #19
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/2379433002/80001
4 years, 2 months ago (2016-09-30 17:43:57 UTC) #22
maxbogue
Sorry, noticed something so I unchecked the cq :S https://codereview.chromium.org/2379433002/diff/80001/chrome/browser/sync/test/integration/preferences_helper.h File chrome/browser/sync/test/integration/preferences_helper.h (right): https://codereview.chromium.org/2379433002/diff/80001/chrome/browser/sync/test/integration/preferences_helper.h#newcode107 chrome/browser/sync/test/integration/preferences_helper.h:107: ...
4 years, 2 months ago (2016-09-30 19:03:53 UTC) #24
skym
https://codereview.chromium.org/2379433002/diff/80001/chrome/browser/sync/test/integration/preferences_helper.h File chrome/browser/sync/test/integration/preferences_helper.h (right): https://codereview.chromium.org/2379433002/diff/80001/chrome/browser/sync/test/integration/preferences_helper.h#newcode107 chrome/browser/sync/test/integration/preferences_helper.h:107: // Abstract checker that takes care of registering to ...
4 years, 2 months ago (2016-09-30 19:06:52 UTC) #25
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/2379433002/100001
4 years, 2 months ago (2016-09-30 19:07:56 UTC) #28
commit-bot: I haz the power
Failed to apply patch for chrome/browser/sync/test/integration/autofill_helper.cc: While running git apply --index -3 -p1; error: patch ...
4 years, 2 months ago (2016-09-30 20:03:11 UTC) #30
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/2379433002/120001
4 years, 2 months ago (2016-10-03 17:44:57 UTC) #37
commit-bot: I haz the power
Committed patchset #7 (id:120001)
4 years, 2 months ago (2016-10-03 17:52:47 UTC) #39
commit-bot: I haz the power
4 years, 2 months ago (2016-10-03 17:55:14 UTC) #41
Message was sent while issue was closed.
Patchset 7 (id:??) landed as
https://crrev.com/671946a042b48dc7f38809c3df970300ee54d845
Cr-Commit-Position: refs/heads/master@{#422454}

Powered by Google App Engine
This is Rietveld 408576698