Skip to content

Commit

Permalink
Update unittest for delete record
Browse files Browse the repository at this point in the history
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
  • Loading branch information
congqixia committed Jan 3, 2025
1 parent 813a3ad commit 2a6f5e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions internal/core/unittest/test_delete_record.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ TEST(DeleteMVCC, common_case) {
BitsetType bitsets(c);
BitsetTypeView bitsets_view(bitsets);
auto insert_barrier = c;
// query at ts (9)
Timestamp query_timestamp = 9;
// query at ts (11)
Timestamp query_timestamp = 11;
delete_record.Query(bitsets_view, insert_barrier, query_timestamp);
std::vector<bool> expected = {0, 1, 0, 0, 0, 0, 0, 0, 0, 0};
for (int i = 0; i < c; i++) {
Expand Down

0 comments on commit 2a6f5e0

Please sign in to comment.