Skip to content

Commit

Permalink
Fix ut
Browse files Browse the repository at this point in the history
Signed-off-by: JaySon-Huang <jayson.hjs@gmail.com>
  • Loading branch information
JaySon-Huang committed Aug 5, 2021
1 parent 78cd377 commit e69ce97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ try
store = reload(cols, (pk_type == DMTestEnv::PkType::CommonHandle), 1);

ASSERT_EQ(store->isCommonHandle(), pk_type == DMTestEnv::PkType::CommonHandle) << DMTestEnv::PkTypeToString(pk_type);
ASSERT_EQ(store->pkIsHandle(store->original_table_handle_define),
ASSERT_EQ(DeltaMergeStore::pkIsHandle(store->getHandle()),
(pk_type == DMTestEnv::PkType::PkIsHandleInt64 || pk_type == DMTestEnv::PkType::PkIsHandleInt32))
<< DMTestEnv::PkTypeToString(pk_type);

Expand Down

0 comments on commit e69ce97

Please sign in to comment.