Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add jdbc url params to e2e config. #32605

Merged
merged 1 commit into from
Aug 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ databaseName: db

dataSources:
ds_0:
url: jdbc:mysql://mysql.db.host:3306/db_0?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_0?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -29,7 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_1:
url: jdbc:mysql://mysql.db.host:3306/db_1?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_1?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -39,7 +39,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_2:
url: jdbc:mysql://mysql.db.host:3306/db_2?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_2?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -49,7 +49,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_3:
url: jdbc:mysql://mysql.db.host:3306/db_3?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_3?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -59,7 +59,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_4:
url: jdbc:mysql://mysql.db.host:3306/db_4?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_4?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -69,7 +69,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_5:
url: jdbc:mysql://mysql.db.host:3306/db_5?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_5?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -79,7 +79,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_6:
url: jdbc:mysql://mysql.db.host:3306/db_6?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_6?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -89,7 +89,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_7:
url: jdbc:mysql://mysql.db.host:3306/db_7?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_7?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -99,7 +99,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_8:
url: jdbc:mysql://mysql.db.host:3306/db_8?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_8?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -109,7 +109,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_9:
url: jdbc:mysql://mysql.db.host:3306/db_9?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db.host:3306/db_9?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ databaseName: db

dataSources:
ds_0:
url: jdbc:opengauss://opengauss.db.host:5432/db_0
url: jdbc:opengauss://opengauss.db.host:5432/db_0?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -29,7 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_1:
url: jdbc:opengauss://opengauss.db.host:5432/db_1
url: jdbc:opengauss://opengauss.db.host:5432/db_1?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -39,7 +39,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_2:
url: jdbc:opengauss://opengauss.db.host:5432/db_2
url: jdbc:opengauss://opengauss.db.host:5432/db_2?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -49,7 +49,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_3:
url: jdbc:opengauss://opengauss.db.host:5432/db_3
url: jdbc:opengauss://opengauss.db.host:5432/db_3?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -59,7 +59,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_4:
url: jdbc:opengauss://opengauss.db.host:5432/db_4
url: jdbc:opengauss://opengauss.db.host:5432/db_4?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -69,7 +69,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_5:
url: jdbc:opengauss://opengauss.db.host:5432/db_5
url: jdbc:opengauss://opengauss.db.host:5432/db_5?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -79,7 +79,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_6:
url: jdbc:opengauss://opengauss.db.host:5432/db_6
url: jdbc:opengauss://opengauss.db.host:5432/db_6?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -89,7 +89,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_7:
url: jdbc:opengauss://opengauss.db.host:5432/db_7
url: jdbc:opengauss://opengauss.db.host:5432/db_7?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -99,7 +99,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_8:
url: jdbc:opengauss://opengauss.db.host:5432/db_8
url: jdbc:opengauss://opengauss.db.host:5432/db_8?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -109,7 +109,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_9:
url: jdbc:opengauss://opengauss.db.host:5432/db_9
url: jdbc:opengauss://opengauss.db.host:5432/db_9?batchMode=OFF
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ databaseName: db

dataSources:
ds_0:
url: jdbc:postgresql://postgresql.db.host:5432/db_0
url: jdbc:postgresql://postgresql.db.host:5432/db_0?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -29,7 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_1:
url: jdbc:postgresql://postgresql.db.host:5432/db_1
url: jdbc:postgresql://postgresql.db.host:5432/db_1?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -39,7 +39,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_2:
url: jdbc:postgresql://postgresql.db.host:5432/db_2
url: jdbc:postgresql://postgresql.db.host:5432/db_2?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -49,7 +49,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_3:
url: jdbc:postgresql://postgresql.db.host:5432/db_3
url: jdbc:postgresql://postgresql.db.host:5432/db_3?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -59,7 +59,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_4:
url: jdbc:postgresql://postgresql.db.host:5432/db_4
url: jdbc:postgresql://postgresql.db.host:5432/db_4?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -69,7 +69,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_5:
url: jdbc:postgresql://postgresql.db.host:5432/db_5
url: jdbc:postgresql://postgresql.db.host:5432/db_5?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -79,7 +79,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_6:
url: jdbc:postgresql://postgresql.db.host:5432/db_6
url: jdbc:postgresql://postgresql.db.host:5432/db_6?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -89,7 +89,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_7:
url: jdbc:postgresql://postgresql.db.host:5432/db_7
url: jdbc:postgresql://postgresql.db.host:5432/db_7?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -99,7 +99,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_8:
url: jdbc:postgresql://postgresql.db.host:5432/db_8
url: jdbc:postgresql://postgresql.db.host:5432/db_8?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -109,7 +109,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
ds_9:
url: jdbc:postgresql://postgresql.db.host:5432/db_9
url: jdbc:postgresql://postgresql.db.host:5432/db_9?ssl=on&sslmode=prefer
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ databaseName: db_tbl_sql_federation

dataSources:
sql_federation_ds_0:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_0?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_0?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -29,7 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_1:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_1?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_1?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -39,7 +39,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_2:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_2?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_2?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -49,7 +49,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_3:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_3?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_3?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -59,7 +59,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_4:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_4?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_4?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -69,7 +69,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_5:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_5?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_5?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -79,7 +79,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_6:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_6?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_6?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -89,7 +89,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_7:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_7?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_7?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -99,7 +99,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_8:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_8?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_8?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand All @@ -109,7 +109,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 2
sql_federation_ds_9:
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_9?useSSL=false&characterEncoding=utf-8
url: jdbc:mysql://mysql.db_tbl_sql_federation.host:3306/sql_federation_ds_9?useSSL=true&requireSSL=true&enabledTLSProtocols=TLSv1.2,TLSv1.3&verifyServerCertificate=false&useServerPrepStmts=true&useLocalSessionState=true&characterEncoding=utf-8&allowPublicKeyRetrieval=true&allowMultiQueries=true&rewriteBatchedStatements=true
dataSourceClassName: com.zaxxer.hikari.HikariDataSource
username: test_user
password: Test@123
Expand Down
Loading