This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch ozone-2.1 in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 71b788ddcb3e136f0cb5310d967f5aa9951b17cd Author: Doroszlai, Attila <[email protected]> AuthorDate: Mon Oct 20 14:08:35 2025 +0200 HDDS-13815. Test for repairing ratis transaction is flaky (#9178) (cherry picked from commit e3fbb4f4b4f2c4a1f668d37783ce2fd775d66f24) --- hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-repair-tools.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-repair-tools.sh b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-repair-tools.sh index da54e913deb..44179a3bad9 100644 --- a/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-repair-tools.sh +++ b/hadoop-ozone/dist/src/main/compose/ozonesecure-ha/test-repair-tools.sh @@ -82,6 +82,7 @@ execute_robot_test ${SCM} repair/ratis-transaction-repair.robot repair_and_restart_om "ozonesecure-ha-om1-1" "om1" repair_and_restart_om "ozonesecure-ha-om2-1" "om2" repair_and_restart_om "ozonesecure-ha-om3-1" "om3" +wait_for_om_leader if ! execute_command_in_container scm1.org timeout 15s ozone sh volume list 1>/dev/null; then echo "Command timed out or failed => OMs are not running as expected. Test for repairing ratis transaction failed." exit 1 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
