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 1835326b16 HDDS-11927. Mark 
testGetCurrentStatisticsWhileBalancingInProgress as flaky
1835326b16 is described below

commit 1835326b162ed99d00430874cbb1cf4027ae2dc1
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Fri Dec 13 15:05:24 2024 +0100

    HDDS-11927. Mark testGetCurrentStatisticsWhileBalancingInProgress as flaky
---
 .../hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java    | 2 ++
 1 file changed, 2 insertions(+)

diff --git 
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java
 
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java
index bad6360254..ad5836ef44 100644
--- 
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java
+++ 
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerStatusInfo.java
@@ -24,6 +24,7 @@ import org.apache.hadoop.hdds.conf.OzoneConfiguration;
 import org.apache.hadoop.hdds.scm.server.StorageContainerManager;
 import org.apache.hadoop.ozone.OzoneConsts;
 import org.apache.ozone.test.LambdaTestUtils;
+import org.apache.ozone.test.tag.Flaky;
 import org.junit.jupiter.api.Assertions;
 import org.junit.jupiter.api.Test;
 
@@ -149,6 +150,7 @@ class TestContainerBalancerStatusInfo {
   }
 
   @Test
+  @Flaky("HDDS-11927")
   void testGetCurrentStatisticsWhileBalancingInProgress() throws Exception {
     MockedSCM mockedScm = new MockedSCM(new TestableCluster(20, 
OzoneConsts.GB));
 


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

Reply via email to