amaliujia commented on code in PR #11032:
URL: https://github.com/apache/ozone/pull/11032#discussion_r4060510621
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java:
##########
@@ -315,6 +315,7 @@ public void testDNstartAfterSCM() throws Exception {
cluster = MiniOzoneCluster.newBuilder(conf)
.setNumDatanodes(3)
.build();
+ cluster.setWaitForClusterToBeReadyTimeout(180000);
Review Comment:
To me it is just flakiness as the test can pass locally, but in CI it failed
in last 3 tries.
I am still trying to see if I can pass the test in CI first.
##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/TestMiniOzoneCluster.java:
##########
@@ -315,6 +315,7 @@ public void testDNstartAfterSCM() throws Exception {
cluster = MiniOzoneCluster.newBuilder(conf)
.setNumDatanodes(3)
.build();
+ cluster.setWaitForClusterToBeReadyTimeout(180000);
Review Comment:
To me it is just flakiness as the test can pass locally, but in CI it timed
out in last 3 tries.
I am still trying to see if I can pass the test in CI first.
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]