This is an automated email from the ASF dual-hosted git repository.
morningman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/master by this push:
new 741a0126402 [bug](test) fix the different test case with same table
name (#58197)
741a0126402 is described below
commit 741a01264020c7537f3a8fd29b51ecef2a5f3137
Author: zhangstar333 <[email protected]>
AuthorDate: Sun Nov 23 22:22:29 2025 +0800
[bug](test) fix the different test case with same table name (#58197)
---
.../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 4f1b0862105..38bf99601ac 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]