adoroszlai opened a new pull request, #10738: URL: https://github.com/apache/ozone/pull/10738
## What changes were proposed in this pull request? HDDS-14225 added new steps in debug acceptance test to restart datanodes, which caused intermittent failure: ``` Stopping datanodes for a consistent container.db backup Restarting datanodes after backup ozonesecure-ha-datanode1-1 is HEALTHY ozonesecure-ha-datanode2-1 is HEALTHY ozonesecure-ha-datanode3-1 is HEALTHY ozonesecure-ha-datanode4-1 is HEALTHY ozonesecure-ha-datanode5-1 is HEALTHY ============================================================================== Ozone-Debug-Tests :: Test ozone debug CLI ============================================================================== Test ozone debug replicas verify checksums, block-existence and co... | FAIL | Parent suite setup failed: 255 != 0 ``` We need to wait for pipeline to be opened before proceeding with the test. Same as #10722, but with reusable function (taken from `hadoop-ozone/dist/src/main/k8s/examples/testlib.sh`). https://issues.apache.org/jira/browse/HDDS-15786 ## How was this patch tested? CI: https://github.com/adoroszlai/ozone/actions/runs/29234299846 Tried to reproduce using `repeat-acceptance-test`, but did not encounter the problem with/without the patch: - https://github.com/adoroszlai/ozone/actions/runs/29230561004 - https://github.com/adoroszlai/ozone/actions/runs/29232058791 -- 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]
