rahil-c commented on code in PR #5786:
URL: https://github.com/apache/hudi/pull/5786#discussion_r892870382
##########
hudi-integ-test/src/test/java/org/apache/hudi/integ/ITTestBase.java:
##########
@@ -145,6 +148,11 @@ public void init() {
await().atMost(300, SECONDS).until(this::servicesUp);
LOG.info(String.format("Waiting for all the containers and services
finishes in %d ms",
System.currentTimeMillis() - currTs));
+ try {
+ Thread.sleep(30000);
Review Comment:
We want to find a better way of checking to see if all services is up,
ideally the method `servicesUp` should be functioning correctly but it seems
that I have run into issues where certain containers were not fully setup
causing issues with integ tests. For now i added a sleep for 30 sec to make
sure things are created, but revisiting would be good.
--
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]