Skip to content

Commit

Permalink
remove disk assert for test_data_service (#449)
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 authored Jun 21, 2024
1 parent 4354f99 commit 19f4c22
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/tests/test_common/homestore_test_common.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -267,13 +267,6 @@ class HSTestHelper {
}
}

if (!fake_restart && token.name_ == "test_data_service")
HS_REL_ASSERT_EQ(
token.devs_.size() > 2, true,
"if not fake restart, we need at least 3 device to run the data_service ut of simulating restart with "
"missing drive. current device num is {}",
token.devs_.size());

if (is_spdk) {
LOGINFO("Spdk with more than 2 threads will cause overburden test systems, changing nthreads to 2");
num_threads = 2;
Expand Down

0 comments on commit 19f4c22

Please sign in to comment.