diff --git a/db/db_test2.cc b/db/db_test2.cc index b8e55f522..765019c1b 100644 --- a/db/db_test2.cc +++ b/db/db_test2.cc @@ -5537,8 +5537,6 @@ TEST_F(DBTest2, TestCompactFiles) { } #endif // ROCKSDB_LITE -// TODO: figure out why this test fails in appveyor -#ifndef OS_WIN TEST_F(DBTest2, MultiDBParallelOpenTest) { const int kNumDbs = 2; Options options = CurrentOptions(); @@ -5569,7 +5567,6 @@ TEST_F(DBTest2, MultiDBParallelOpenTest) { } // Verify non-empty DBs can be recovered in parallel - dbs.clear(); open_threads.clear(); for (int i = 0; i < kNumDbs; ++i) { open_threads.emplace_back( @@ -5586,7 +5583,6 @@ TEST_F(DBTest2, MultiDBParallelOpenTest) { ASSERT_OK(DestroyDB(dbnames[i], options)); } } -#endif // OS_WIN namespace { class DummyOldStats : public Statistics {