Skip to content

Commit

Permalink
fix ut
Browse files Browse the repository at this point in the history
  • Loading branch information
vagetablechicken committed Jun 27, 2024
1 parent 3141b57 commit ce93fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tablet/tablet_impl_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -6303,7 +6303,7 @@ TEST_F(TabletImplTest, DeleteRange) {
tablet.ExecuteGc(NULL, &e_request, &gen_response, &closure);
ASSERT_EQ(0, gen_response.code()) << gen_response.ShortDebugString();
sleep(2);
assert_status(0, 0, 0);
assert_status(100, 3400, 5786); // before node cache gc, status will be the same
// gc node cache
tablet.ExecuteGc(NULL, &e_request, &gen_response, &closure);
ASSERT_EQ(0, gen_response.code()) << gen_response.ShortDebugString();
Expand Down

0 comments on commit ce93fd9

Please sign in to comment.