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 2023/02/27 11:29:47 UTC

[ozone] 01/02: HDDS-8035. Mark TestOzoneManagerHAWithData#testOMHAMetrics as flaky

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 f88b9d0207745e618c1e6d7ec215fa5a26bf7306
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Mon Feb 27 12:24:48 2023 +0100

    HDDS-8035. Mark TestOzoneManagerHAWithData#testOMHAMetrics as flaky
---
 .../test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java
index f51872e181..5c51ae8317 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAWithData.java
@@ -107,6 +107,7 @@ public class TestOzoneManagerHAWithData extends TestOzoneManagerHA {
   }
 
   @Test
+  @Flaky("HDDS-8035")
   public void testOMHAMetrics() throws InterruptedException,
       TimeoutException, IOException {
     waitForLeaderToBeReady();


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@ozone.apache.org
For additional commands, e-mail: commits-help@ozone.apache.org