Skip to content

Commit

Permalink
[fix](test) fix unstable test_export_external_table cases (#41523)
Browse files Browse the repository at this point in the history
use unique catalog name, to avoid concurrency issue
  • Loading branch information
morningman authored Oct 8, 2024
1 parent fa3934d commit bcbec25
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
internal

-- !sql --
mysql_jdbc_catalog
test_export_external_table

-- !export_table --
1 abc efg 2022-10-01 3.4 1 2 0 100000 1.2 2022-10-02T12:59:01 24.000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ suite("test_export_external_table", "p0,external,mysql,external_docker,external_
String driver_url = "https://${bucket}.${s3_endpoint}/regression/jdbc_driver/mysql-connector-java-8.0.25.jar"

if (enabled != null && enabled.equalsIgnoreCase("true")) {
String catalog_name = "mysql_jdbc_catalog";
String catalog_name = "test_export_external_table";
String internal_db_name = "regression_test_external_table_p0_export";
String ex_db_name = "doris_test";
String mysql_port = context.config.otherConfigs.get("mysql_57_port");
Expand Down

0 comments on commit bcbec25

Please sign in to comment.