Skip to content

Commit

Permalink
Fix StorageDeltaMerge constructor not match in gtest_manual_compact
Browse files Browse the repository at this point in the history
  • Loading branch information
jiaqizho committed May 20, 2022
1 parent 1dfaced commit 41612d6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dbms/src/Flash/Management/tests/gtest_manual_compact.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ extern const char pause_before_server_merge_one_delta[];

namespace tests
{


class BasicManualCompactTest
: public DB::base::TiFlashStorageTestBasic
, public testing::WithParamInterface<DM::tests::DMTestEnv::PkType>
Expand Down Expand Up @@ -83,7 +81,7 @@ class BasicManualCompactTest
storage = StorageDeltaMerge::create("TiFlash",
"default" /* db_name */,
"test_table" /* table_name */,
std::ref(table_info),
table_info,
ColumnsDescription{columns},
astptr,
0,
Expand Down

0 comments on commit 41612d6

Please sign in to comment.