sandynz commented on code in PR #19032:
URL: https://github.com/apache/shardingsphere/pull/19032#discussion_r918488245
##########
shardingsphere-test/shardingsphere-integration-test/shardingsphere-integration-test-scaling/src/test/java/org/apache/shardingsphere/integration/data/pipeline/cases/base/BaseITCase.java:
##########
@@ -289,10 +288,14 @@ protected void executeWithLog(final Connection
connection, final String sql) thr
ThreadUtil.sleep(1, TimeUnit.SECONDS);
}
- protected void executeWithLog(final String sql) {
+ protected void executeWithLog(final String sql, final Integer
sleepSeconds) {
Review Comment:
It's better to use `int sleepSeconds` than `Integer sleepSeconds`
--
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]