Skip to content

Commit

Permalink
[Enhance](regression)enhance jdbc case to adapt to use case concurren…
Browse files Browse the repository at this point in the history
…cy (apache#28565)

enhance jdbc case to adapt to use case concurrency
  • Loading branch information
zhangguoqiang666 authored and HappenLee committed Jan 12, 2024
1 parent 51638ad commit 08998e8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suite("test_mysql_jdbc_catalog", "p0,external,mysql,external_docker,external_doc
String test_insert = "test_insert";
String test_insert2 = "test_insert2";
String test_insert_all_types = "test_mysql_insert_all_types";
String test_ctas = "test_ctas";
String test_ctas = "test_mysql_ctas";
String auto_default_t = "auto_default_t";
String dt = "dt";
String dt_null = "dt_null";
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suite("test_oracle_jdbc_catalog", "p0,external,oracle,external_docker,external_d
String test_insert = "TEST_INSERT";
String test_all_types = "TEST_ALL_TYPES";
String test_insert_all_types = "test_oracle_insert_all_types";
String test_ctas = "test_ctas";
String test_ctas = "test_oracle_ctas";

String inDorisTable = "doris_in_tb";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ suite("test_pg_jdbc_catalog", "p0,external,pg,external_docker,external_docker_pg
String test_insert = "test_insert";
String test_all_types = "test_all_types";
String test_insert_all_types = "test_pg_insert_all_types";
String test_ctas = "test_ctas";
String test_ctas = "test_pg_ctas";

sql """create database if not exists ${internal_db_name}; """

Expand Down

0 comments on commit 08998e8

Please sign in to comment.