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 742734b006 HDDS-8941. Disable flaky
TestContainerBalancerTask#testDelayedStart
742734b006 is described below
commit 742734b00603e9ce9aea24a231a594c0cbc56604
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Thu Sep 14 13:14:18 2023 +0200
HDDS-8941. Disable flaky TestContainerBalancerTask#testDelayedStart
---
.../hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java
index 5f6cdf8a35..163cafa61b 100644
---
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java
+++
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/container/balancer/TestContainerBalancerTask.java
@@ -55,6 +55,7 @@ import org.apache.hadoop.ozone.OzoneConsts;
import org.apache.ozone.test.GenericTestUtils;
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 org.mockito.Mockito;
import org.slf4j.Logger;
@@ -1058,6 +1059,7 @@ public class TestContainerBalancerTask {
stopBalancer();
}
+ @Disabled("HDDS-8941")
@Test
public void testDelayedStart() throws InterruptedException, TimeoutException
{
conf.setTimeDuration("hdds.scm.wait.time.after.safemode.exit", 10,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]