This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch integration-test-cleanup
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git
The following commit(s) were added to refs/heads/integration-test-cleanup by
this push:
new b7804de ignore TestFailureHandlingByClient
b7804de is described below
commit b7804de72dfa6703c9950049bbd8b6918333bcd4
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Tue Dec 31 13:59:56 2019 +0100
ignore TestFailureHandlingByClient
---
.../org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java | 2 ++
1 file changed, 2 insertions(+)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java
index a7f5960..7651dcf 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java
@@ -45,6 +45,7 @@ import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
import org.junit.After;
import org.junit.Assert;
+import org.junit.Ignore;
import org.junit.Test;
import java.io.IOException;
@@ -62,6 +63,7 @@ import static
org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_SCM_STALENODE_INTER
/**
* Tests Close Container Exception handling by Ozone Client.
*/
+@Ignore
public class TestFailureHandlingByClient {
private MiniOzoneCluster cluster;
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]