You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ar...@apache.org on 2019/03/22 18:31:24 UTC

[hadoop] branch ozone-0.4 updated: HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by Supratim Deka.

This is an automated email from the ASF dual-hosted git repository.

arp pushed a commit to branch ozone-0.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/ozone-0.4 by this push:
     new 6d73e7b  HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by Supratim Deka.
6d73e7b is described below

commit 6d73e7bdf432fadf5a46dad8a249ded656b3a1aa
Author: Arpit Agarwal <ar...@apache.org>
AuthorDate: Fri Mar 22 11:29:56 2019 -0700

    HDDS-1323. Ignore unit test TestFailureHandlingByClient. Contributed by Supratim Deka.
    
    (cherry picked from commit 1d389ecb24482c2c4b41df898e8f9bc937cc524d)
---
 .../apache/hadoop/ozone/client/rpc/TestFailureHandlingByClient.java    | 3 +++
 1 file changed, 3 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 092c56f..aaf238b 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
@@ -38,6 +38,7 @@ import org.apache.hadoop.ozone.om.helpers.OmKeyArgs;
 import org.apache.hadoop.ozone.om.helpers.OmKeyInfo;
 import org.apache.hadoop.ozone.om.helpers.OmKeyLocationInfo;
 import org.junit.Assert;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
@@ -51,7 +52,9 @@ import static org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_SCM_STALENODE_INTER
 
 /**
  * Tests Close Container Exception handling by Ozone Client.
+ * XXX Disabled [HDDS-1323]
  */
+@Ignore
 public class TestFailureHandlingByClient {
 
   private MiniOzoneCluster cluster;


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org