This is an automated email from the ASF dual-hosted git repository.
sammichen 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 b8388b096a HDDS-6639. Remove flaky tag for
testOMProxyProviderFailoverOnConnectionFailure (#3343)
b8388b096a is described below
commit b8388b096a26f58cc0264bd924335a47baf658cd
Author: Kaijie Chen <[email protected]>
AuthorDate: Mon Apr 25 16:29:57 2022 +0800
HDDS-6639. Remove flaky tag for
testOMProxyProviderFailoverOnConnectionFailure (#3343)
---
.../java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java | 2 --
1 file changed, 2 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
index d40dc7b917..0bb50113c9 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOzoneManagerHAMetadataOnly.java
@@ -46,7 +46,6 @@ import org.apache.ratis.protocol.RaftClientReply;
import org.apache.ratis.protocol.RaftClientRequest;
import org.apache.ratis.server.RaftServer;
import org.junit.Assert;
-import org.apache.ozone.test.tag.Flaky;
import org.junit.jupiter.api.Test;
import javax.management.MBeanInfo;
@@ -185,7 +184,6 @@ public class TestOzoneManagerHAMetadataOnly extends
TestOzoneManagerHA {
/**
* Test OMFailoverProxyProvider failover on connection exception to OM
client.
*/
- @Flaky("This test randomly failing. Let's enable once its fixed.")
@Test
public void testOMProxyProviderFailoverOnConnectionFailure()
throws Exception {
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]