fix null mod_name

This commit is contained in:
obdev
2023-04-13 06:46:35 +00:00
committed by ob-robot
parent fdc59d1d46
commit 36e28a5f79
89 changed files with 175 additions and 183 deletions

View File

@ -441,7 +441,7 @@ TEST_F(TestObTxLog, test_compat_bytes)
K(fill_commit_info.get_serialize_size()));
ASSERT_EQ(true, fill_commit_info.is_dup_tx());
ASSERT_EQ(false, fill_commit_info.get_participants().empty());
void *tmp_buf = ob_malloc(1 * 1024 * 1024);
void *tmp_buf = ob_malloc(1 * 1024 * 1024, ObNewModIds::TEST);
int64_t pos = 0;
fill_commit_info.compat_bytes_.set_object_flag(2, false);
fill_commit_info.compat_bytes_.set_object_flag(5, false);