Skip to content

Commit 43e2ffd

Browse files
zhangstar333Your Name
authored andcommitted
[bug](test) fix the different test case with same table name (#58197)
1 parent efb3f4a commit 43e2ffd

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)