This is an automated email from the ASF dual-hosted git repository. adoroszlai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ozone.git
commit 55562bd9ac93383de806c3a5eab0103d9236d093 Author: Doroszlai, Attila <[email protected]> AuthorDate: Sun Dec 7 21:01:48 2025 +0100 HDDS-14101. Mark testContainerStateMachine(Single/Dual)FailureRetry as flaky --- .../hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java index 22d3a2b5450..dbd2e6effb0 100644 --- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java +++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java @@ -749,6 +749,7 @@ void testWriteStateMachineDataIdempotencyWithClosedContainer() } @Test + @Flaky("HDDS-14101") void testContainerStateMachineSingleFailureRetry() throws Exception { try (OzoneOutputStream key = objectStore.getVolume(volumeName).getBucket(bucketName) @@ -784,6 +785,7 @@ void testContainerStateMachineSingleFailureRetry() } @Test + @Flaky("HDDS-14101") void testContainerStateMachineDualFailureRetry() throws Exception { OzoneOutputStream key = --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
