You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2022/06/23 12:08:33 UTC

[ozone] branch master updated: HDDS-6936. Mark TestContainerStateMachineFailures#testApplyTransactionFailure as flaky (#3538)

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 <33...@users.noreply.github.com>
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: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org