You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by sh...@apache.org on 2020/06/25 06:57:47 UTC

[hadoop-ozone] branch master updated: Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)" (#1126)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac9387c  Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)" (#1126)
ac9387c is described below

commit ac9387c09aaf930d756a955f08001a41421884d5
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Thu Jun 25 08:57:38 2020 +0200

    Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)" (#1126)
    
    This reverts commit 07f71314f0a265c9ee353e6d6ef076481aa6abc5.
---
 .../statemachine/commandhandler/TestCloseContainerByPipeline.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java
index b33f9ca..bb2d57f 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/container/common/statemachine/commandhandler/TestCloseContainerByPipeline.java
@@ -44,6 +44,7 @@ import org.apache.hadoop.ozone.container.common.utils.ReferenceCountedDB;
 import org.junit.AfterClass;
 import org.junit.Assert;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
@@ -57,6 +58,7 @@ import static org.apache.hadoop.hdds.scm.ScmConfigKeys.OZONE_DATANODE_PIPELINE_L
 /**
  * Test container closing.
  */
+@Ignore
 public class TestCloseContainerByPipeline {
 
   private static MiniOzoneCluster cluster;


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