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/05/10 02:49:40 UTC

[GitHub] [shardingsphere] sandynz commented on a diff in pull request #17469: Use PipelineDDLGenerator to generate postgres ddl

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


##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/BaseITCase.java:
##########
@@ -159,6 +161,7 @@ protected void checkMatchConsistency(final JdbcTemplate jdbcTemplate, final Stri
         Map<String, String> actualStatusMap = new HashMap<>(2, 1);
         for (int i = 0; i < 100; i++) {
             List<Map<String, Object>> showScalingStatusResMap = jdbcTemplate.queryForList(String.format("SHOW SCALING STATUS %s", jobId));
+            log.warn("actualStatusMap: {}", actualStatusMap);

Review Comment:
   It could be `info` for integration test logback-test.xml.



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