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 75532de HDDS-5319. Ignore flaky tests in
TestSCMUpdateServiceGrpcServer
75532de is described below
commit 75532de44f6ac95c9970a09bf613a64b3d9fa787
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Aug 18 11:32:36 2021 +0200
HDDS-5319. Ignore flaky tests in TestSCMUpdateServiceGrpcServer
---
.../hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java | 3 +++
1 file changed, 3 insertions(+)
diff --git
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
index 941f629..a68f2be 100644
---
a/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
+++
b/hadoop-hdds/server-scm/src/test/java/org/apache/hadoop/hdds/scm/update/server/TestSCMUpdateServiceGrpcServer.java
@@ -28,6 +28,7 @@ import org.apache.ozone.test.GenericTestUtils;
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
+import org.junit.Ignore;
import org.junit.Rule;
import org.junit.Test;
import org.junit.rules.ExpectedException;
@@ -145,6 +146,7 @@ public class TestSCMUpdateServiceGrpcServer {
}
}
+ @Ignore("HDDS-5319")
@Test
public void testClientUpdateWithDelayedRevoke() throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
@@ -216,6 +218,7 @@ public class TestSCMUpdateServiceGrpcServer {
return crlId.get();
}
+ @Ignore("HDDS-5319")
@Test
public void testClientUpdateWithRestart() throws Exception {
OzoneConfiguration conf = new OzoneConfiguration();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]