Skip to content

Commit

Permalink
remove useless flip
Browse files Browse the repository at this point in the history
  • Loading branch information
JacksonYao287 committed Aug 22, 2024
1 parent 16c9b00 commit c3e0ab3
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/tests/test_raft_repl_dev.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -878,14 +878,6 @@ TEST_F(RaftReplDevTest, BaselineTest) {
LOGINFO("Homestore replica={} setup completed", g_helper->replica_num());
g_helper->sync_for_test_start();

#ifdef _PRERELEASE
// If debug build we set flip to force truncate.
if (g_helper->replica_num() == 0) {
LOGINFO("Set force home logstore truncate");
g_helper->set_basic_flip("force_home_raft_log_truncate");
}
#endif

// Write on leader.
uint64_t entries_per_attempt = 10;
LOGINFO("Write on leader num_entries={}", entries_per_attempt);
Expand Down

0 comments on commit c3e0ab3

Please sign in to comment.