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/04/06 04:48:12 UTC

[ozone] branch master updated: HDDS-8374. Disable flaky unit test: TestContainerStateCounts

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 d9d61719bd HDDS-8374. Disable flaky unit test: TestContainerStateCounts
d9d61719bd is described below

commit d9d61719bd89cbb9d6fde75084e4cac04d5e3ff6
Author: Doroszlai, Attila <ad...@apache.org>
AuthorDate: Thu Apr 6 06:38:10 2023 +0200

    HDDS-8374. Disable flaky unit test: TestContainerStateCounts
---
 .../org/apache/hadoop/ozone/recon/api/TestContainerStateCounts.java     | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestContainerStateCounts.java b/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestContainerStateCounts.java
index c61bb13901..3f028fedb4 100644
--- a/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestContainerStateCounts.java
+++ b/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestContainerStateCounts.java
@@ -55,6 +55,7 @@ import org.apache.ozone.test.GenericTestUtils;
 import org.hadoop.ozone.recon.schema.tables.daos.GlobalStatsDao;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.BeforeEach;
+import org.junit.jupiter.api.Disabled;
 import org.junit.jupiter.api.Test;
 
 import javax.servlet.http.HttpServletResponse;
@@ -78,6 +79,7 @@ import static org.mockito.Mockito.when;
 /**
  * Test for clusterStateEndpoint for checking deletedContainers count.
  */
+@Disabled("HDDS-8374")
 public class TestContainerStateCounts extends AbstractReconSqlDBTest {
   private NodeEndpoint nodeEndpoint;
   private ClusterStateEndpoint clusterStateEndpoint;


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