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 27e27d9467 HDDS-6077. Remove flaky tag from TestAddRemoveOzoneManager
(#5290)
27e27d9467 is described below
commit 27e27d946711dd56970affc20900d7dc25af6a56
Author: Himanshi Darvekar <[email protected]>
AuthorDate: Thu Sep 14 14:07:55 2023 +0530
HDDS-6077. Remove flaky tag from TestAddRemoveOzoneManager (#5290)
---
.../java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java | 3 ---
1 file changed, 3 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
index 66caf3ec98..67083d63bb 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestAddRemoveOzoneManager.java
@@ -46,7 +46,6 @@ import
org.apache.hadoop.ozone.om.ratis.OzoneManagerRatisServer;
import org.apache.hadoop.security.UserGroupInformation;
import org.apache.hadoop.util.StringUtils;
import org.apache.ozone.test.GenericTestUtils;
-import org.apache.ozone.test.tag.Flaky;
import org.apache.ratis.grpc.server.GrpcLogAppender;
import org.apache.ratis.server.leader.FollowerInfo;
import org.junit.Assert;
@@ -174,7 +173,6 @@ public class TestAddRemoveOzoneManager {
* OM.
*/
@Test
- @Flaky("HDDS-7880")
public void testBootstrap() throws Exception {
setupCluster(1);
OzoneManager oldOM = cluster.getOzoneManager();
@@ -215,7 +213,6 @@ public class TestAddRemoveOzoneManager {
* 2. Force bootstrap without upating config on any OM -> fail
*/
@Test
- @Flaky("HDDS-6077")
public void testBootstrapWithoutConfigUpdate() throws Exception {
// Setup 1 node cluster
setupCluster(1);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]