This is an automated email from the ASF dual-hosted git repository.
yiguolei pushed a commit to branch branch-4.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-4.0 by this push:
new ef90838145c branch-4.0: [bug](test) fix the different test case with
same table name #58197 (#58260)
ef90838145c is described below
commit ef90838145c65f778678f41747d0edb3a79af722
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 15:52:30 2025 +0800
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]>
---
.../query_p0/sql_functions/binary_functions/test_binary_function.groovy | 2 +-
.../sql_functions/encryption_digest/test_binary_for_digest.groovy | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_function.groovy
b/regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_function.groovy
index 0959adefea1..276bda73edf 100644
---
a/regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_function.groovy
+++
b/regression-test/suites/query_p0/sql_functions/binary_functions/test_binary_function.groovy
@@ -26,7 +26,7 @@ suite("test_binary_function",
"p0,external,mysql,external_docker,external_docker
String catalog_name = "mysql_varbinary_catalog";
String ex_db_name = "doris_test";
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
- String test_table = "binary_test";
+ String test_table = "binary_test_function_table";
diff --git
a/regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy
b/regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy
index 9fa25c134a4..b8c005db2cf 100644
---
a/regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy
+++
b/regression-test/suites/query_p0/sql_functions/encryption_digest/test_binary_for_digest.groovy
@@ -26,7 +26,7 @@ suite("test_binary_for_digest",
"p0,external,mysql,external_docker,external_dock
String catalog_name = "mysql_varbinary_hash_catalog";
String ex_db_name = "doris_test";
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
- String test_table = "binary_test";
+ String test_table = "binary_test_digiest_function_table";
sql """drop catalog if exists ${catalog_name}"""
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]