Skip to content

Commit

Permalink
Update dbms/src/Storages/Page/V3/tests/gtest_page_storage.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: JaySon <tshent@qq.com>
  • Loading branch information
lidezhu and JaySon-Huang authored Feb 14, 2023
1 parent 3ebd791 commit 5e4cd29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dbms/src/Storages/Page/V3/tests/gtest_page_storage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1523,7 +1523,7 @@ try
batch.putExternal(20000, 0);
batch.putExternal(20001, 0);
page_storage->write(std::move(batch));
ASSERT_EQ(page_storage->getMaxId(), 2000);
// ASSERT_EQ(page_storage->getMaxId(), 20001); // max id will not be updated, ignore this check
}

{
Expand Down

0 comments on commit 5e4cd29

Please sign in to comment.