Skip to content

Commit

Permalink
Fix import test case config files (#28624)
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu authored Oct 2, 2023
1 parent 4ee35fb commit 29defea
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: sharding_db

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -26,6 +27,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: encrypt_db

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: sharding_db

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: mask_db

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: readwrite_splitting_db

dataSources:
write_ds:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_write_ds
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
read_ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_read_ds_0
username: root
password:
Expand All @@ -37,6 +39,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
read_ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_read_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: shadow_db

dataSources:
ds:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
shadow_ds:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ databaseName: sharding_db

dataSources:
ds_0:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_0
username: root
password:
Expand All @@ -28,6 +29,7 @@ dataSources:
maxPoolSize: 50
minPoolSize: 1
ds_1:
dataSourceClassName: org.apache.shardingsphere.test.fixture.jdbc.MockedDataSource
url: jdbc:mock://127.0.0.1/demo_ds_1
username: root
password:
Expand Down

0 comments on commit 29defea

Please sign in to comment.