Skip to content

Commit

Permalink
tests: Disable some tests of inactivated features on 7.5 (#9466)
Browse files Browse the repository at this point in the history
close #9405

Signed-off-by: Calvin Neo <[email protected]>

Co-authored-by: Purelind <[email protected]>
Co-authored-by: JaySon <[email protected]>
  • Loading branch information
3 people authored Sep 25, 2024
1 parent 19a0de7 commit 9420fa4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,8 @@ class DeltaMergeStoreTestFastAddPeer
constexpr static const char * TRACING_NAME = "DeltaMergeStoreTestFastAddPeer";
};


#if 0
TEST_P(DeltaMergeStoreTestFastAddPeer, SimpleWriteReadAfterRestoreFromCheckPoint)
try
{
Expand Down Expand Up @@ -407,6 +409,7 @@ try
num_rows_write / 2 + 2 * num_rows_write);
}
CATCH
#endif

TEST_P(DeltaMergeStoreTestFastAddPeer, SimpleWriteReadAfterRestoreFromCheckPointWithSplit)
try
Expand Down
2 changes: 2 additions & 0 deletions dbms/src/Storages/KVStore/tests/gtest_raftstore_v2.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -299,6 +299,7 @@ try
}
CATCH

#if 0
// Test if one subtask throws.
TEST_F(RegionKVStoreTest, KVStoreSingleSnap4)
try
Expand Down Expand Up @@ -372,6 +373,7 @@ try
}
}
CATCH
#endif

// Test if default has significantly more kvs than write cf.
TEST_F(RegionKVStoreTest, KVStoreSingleSnap5)
Expand Down

0 comments on commit 9420fa4

Please sign in to comment.