sandynz commented on code in PR #23906:
URL: https://github.com/apache/shardingsphere/pull/23906#discussion_r1097437414


##########
test/e2e/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/base/PipelineBaseE2EIT.java:
##########
@@ -189,7 +190,10 @@ private void cleanUpDataSource() {
     }
     
     private void createProxyDatabase(final Connection connection) throws 
SQLException {
-        connection.createStatement().execute(String.format("CREATE DATABASE 
%s", PROXY_DATABASE));
+        String sql = String.format("CREATE DATABASE %s", PROXY_DATABASE);
+        log.info("create proxy database {}", proxyDataSource);

Review Comment:
   Looks `proxyDataSource` should be `PROXY_DATABASE`. Could we just log `sql`?



-- 
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