[fix] remove some internal urls and emails

This commit is contained in:
obdev
2023-03-17 20:55:23 +08:00
committed by ob-robot
parent e386747097
commit 8ce2f275c4
647 changed files with 905 additions and 905 deletions

View File

@ -7781,7 +7781,7 @@ TEST_F(TestBatchExecute, complex_batch_execute)
ASSERT_EQ(400+i, value.get_int());
ASSERT_EQ(OB_SUCCESS, result_entity->get_property(C3, value));
// verify the semantic of PUT
// https://aone.alibaba-inc.com/project/81079/issue/14554345
//
ASSERT_EQ(OB_SUCCESS, value.get_varchar(str));
ASSERT_TRUE(str == c3_value);
break;