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


The following commit(s) were added to refs/heads/master by this push:
     new 11975a5b0a HDDS-6936. Mark 
TestContainerStateMachineFailures#testApplyTransactionFailure as flaky (#3538)
11975a5b0a is described below

commit 11975a5b0a2ec980c9f5a3ea3597c7a765265e18
Author: Ethan Rose <[email protected]>
AuthorDate: Thu Jun 23 05:08:28 2022 -0700

    HDDS-6936. Mark 
TestContainerStateMachineFailures#testApplyTransactionFailure as flaky (#3538)
---
 .../hadoop/ozone/client/rpc/TestContainerStateMachineFailures.java       | 1 +
 1 file changed, 1 insertion(+)

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 54b51aca68..58eb49a8aa 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
@@ -386,6 +386,7 @@ public class TestContainerStateMachineFailures {
   }
 
   @Test
+  @Flaky("HDDS-6935")
   public void testApplyTransactionFailure() throws Exception {
     OzoneOutputStream key =
             objectStore.getVolume(volumeName).getBucket(bucketName)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to