Skip to content

Commit

Permalink
Fix column_family_test with LITE build
Browse files Browse the repository at this point in the history
Summary:
Fix column_family_test with LITE build. I need this patch to fix 5.6 branch.
Closes #2597

Differential Revision: D5437171

Pulled By: yiwu-arbug

fbshipit-source-id: 88b9dc5925a6b47af10c1b41bc5b07c4251a84b5
  • Loading branch information
Yi Wu authored and facebook-github-bot committed Jul 17, 2017
1 parent b2dd192 commit 00464a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/column_family_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,7 @@ TEST_F(ColumnFamilyTest, DontReuseColumnFamilyID) {
}
}

#ifndef ROCKSDB_LITE
TEST_F(ColumnFamilyTest, CreateCFRaceWithGetAggProperty) {
Open();

Expand All @@ -542,6 +543,7 @@ TEST_F(ColumnFamilyTest, CreateCFRaceWithGetAggProperty) {

rocksdb::SyncPoint::GetInstance()->DisableProcessing();
}
#endif // !ROCKSDB_LITE

class FlushEmptyCFTestWithParam : public ColumnFamilyTest,
public testing::WithParamInterface<bool> {
Expand Down

0 comments on commit 00464a3

Please sign in to comment.