terrymanu commented on a change in pull request #15376:
URL: https://github.com/apache/shardingsphere/pull/15376#discussion_r805136075



##########
File path: 
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-suite/src/test/resources/docker/proxy/conf/readwrite_splitting/h2/config-readwrite-splitting.yaml
##########
@@ -19,7 +19,7 @@ schemaName: readwrite_splitting
 
 dataSources:
   write_ds:
-    url: 
jdbc:mysql://mysql.readwrite_splitting.host:3306/write_ds?serverTimezone=UTC&useSSL=false&characterEncoding=utf-8
+    url: 
jdbc:h2://h2.readwrite_splitting.host:3306/write_ds?serverTimezone=UTC&useSSL=false&characterEncoding=utf-8

Review comment:
       Please use real h2 jdbc url, it looks like 
`jdbc:h2:mem:db_name;DB_CLOSE_DELAY=-1;DATABASE_TO_UPPER=false;MODE=MYSQL`




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to