You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by GitBox <gi...@apache.org> on 2022/02/12 08:34:11 UTC

[GitHub] [shardingsphere] terrymanu commented on a change in pull request #15376: Integrate test for jdbc:shadow -> h2 test cases cannot run.

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: notifications-unsubscribe@shardingsphere.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org