Do not report ERROR when sample rate equals 100

This commit is contained in:
ZenoWang
2024-02-06 14:49:31 +00:00
committed by ob-robot
parent 1f1d5c08ae
commit c8ef409bf3
3710 changed files with 486984 additions and 3083329 deletions

View File

@ -627,7 +627,7 @@ void test_ob_table_schema_index_tid(void)
ASSERT_EQ(OB_SUCCESS, ret);
ret = table.add_simple_index_info(ObAuxTableMetaInfo(4001, USER_TABLE, OB_INVALID_VERSION));
ASSERT_EQ(OB_SUCCESS, ret);
ret = table.get_simple_index_infos(simple_index_infos_array);
ret = table.get_simple_index_infos(simple_index_infos_array, true);
ASSERT_EQ(OB_SUCCESS, ret);
ASSERT_EQ(2, simple_index_infos_array.count());
ASSERT_EQ(static_cast<uint64_t>(4001), simple_index_infos_array.at(0));