Skip to content

Commit ef90838

Browse files
branch-4.0: [bug](test) fix the different test case with same table name #58197 (#58260)
Cherry-picked from #58197 Co-authored-by: zhangstar333 <[email protected]>
1 parent 93c8bef commit ef90838

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_function.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ suite("test_binary_function", "p0,external,mysql,external_docker,external_docker
2626
String catalog_name = "mysql_varbinary_catalog";
2727
String ex_db_name = "doris_test";
2828
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
29-
String test_table = "binary_test";
29+
String test_table = "binary_test_function_table";
3030

3131

3232

regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ suite("test_binary_for_digest", "p0,external,mysql,external_docker,external_dock
2626
String catalog_name = "mysql_varbinary_hash_catalog";
2727
String ex_db_name = "doris_test";
2828
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
29-
String test_table = "binary_test";
29+
String test_table = "binary_test_digiest_function_table";
3030

3131
sql """drop catalog if exists ${catalog_name}"""
3232

0 commit comments

Comments
 (0)