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

Issue 552723002: [SyncFS] Test MetadataDatabaseTest using both on-memory and on-disk indexes (Closed)

Created:
6 years, 3 months ago by peria
Modified:
6 years, 3 months ago
Reviewers:
nhiroki, tzik
CC:
chromium-reviews, kinuko+fileapi, nhiroki, tzik
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Project:
chromium
Visibility:
Public.

Description

[SyncFS] Test MetadataDatabaseTest using both on-memory and on-disk indexes BUG=409743 TEST=unit_tests --gtest_filter="MetadataDatabaseTest*" Committed: https://crrev.com/9eed34b6e693049a62c5ce3eb7830705df6f9bbd Cr-Commit-Position: refs/heads/master@{#295951}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Rebase & Fixed #

Total comments: 2

Patch Set 3 : Rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -16 lines) Patch
M chrome/browser/sync_file_system/drive_backend/metadata_database.h View 1 1 chunk +5 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database.cc View 1 1 chunk +10 lines, -0 lines 0 comments Download
M chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc View 1 15 chunks +21 lines, -16 lines 0 comments Download

Messages

Total messages: 20 (8 generated)
peria
PTL
6 years, 3 months ago (2014-09-09 04:19:29 UTC) #4
tzik
https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc File chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc (right): https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc#newcode672 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc:672: for (size_t i = 0; i < arraysize(index_types); ++i) ...
6 years, 3 months ago (2014-09-09 08:29:50 UTC) #5
tzik
https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc (right): https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database.cc#newcode565 chrome/browser/sync_file_system/drive_backend/metadata_database.cc:565: worker_task_runner->PostTask(FROM_HERE, base::Bind( This PostTask is no longer needed, though ...
6 years, 3 months ago (2014-09-09 08:33:28 UTC) #6
peria
Rebase changes a lot. PTAL. https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database.cc File chrome/browser/sync_file_system/drive_backend/metadata_database.cc (right): https://codereview.chromium.org/552723002/diff/40001/chrome/browser/sync_file_system/drive_backend/metadata_database.cc#newcode565 chrome/browser/sync_file_system/drive_backend/metadata_database.cc:565: worker_task_runner->PostTask(FROM_HERE, base::Bind( On 2014/09/09 ...
6 years, 3 months ago (2014-09-10 05:40:12 UTC) #9
nhiroki
lgtm https://codereview.chromium.org/552723002/diff/100001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc File chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc (right): https://codereview.chromium.org/552723002/diff/100001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc#newcode183 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc:183: ASSERT_TRUE(database_dir_.CreateUniqueTempDir()); (Not related to this CL) We don't ...
6 years, 3 months ago (2014-09-10 05:58:56 UTC) #10
peria
https://codereview.chromium.org/552723002/diff/100001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc File chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc (right): https://codereview.chromium.org/552723002/diff/100001/chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc#newcode183 chrome/browser/sync_file_system/drive_backend/metadata_database_unittest.cc:183: ASSERT_TRUE(database_dir_.CreateUniqueTempDir()); On 2014/09/10 05:58:55, nhiroki wrote: > (Not related ...
6 years, 3 months ago (2014-09-10 06:16:47 UTC) #11
tzik
lgtm
6 years, 3 months ago (2014-09-10 07:43:48 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/peria@chromium.org/552723002/100001
6 years, 3 months ago (2014-09-10 07:51:29 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: win_chromium_rel_swarming on tryserver.chromium.win (http://build.chromium.org/p/tryserver.chromium.win/builders/win_chromium_rel_swarming/builds/10873)
6 years, 3 months ago (2014-09-10 09:29:34 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/552723002/120001
6 years, 3 months ago (2014-09-22 11:42:58 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:120001) as e290937860788f0835a3eebcbf18a85f94f8d79e
6 years, 3 months ago (2014-09-22 12:23:14 UTC) #19
commit-bot: I haz the power
6 years, 3 months ago (2014-09-22 12:23:54 UTC) #20
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9eed34b6e693049a62c5ce3eb7830705df6f9bbd
Cr-Commit-Position: refs/heads/master@{#295951}

Powered by Google App Engine
This is Rietveld 408576698