You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by ad...@apache.org on 2020/06/24 21:10:13 UTC

[hadoop-ozone] branch revert-1119-HDDS-3263 created (now f0dd2d1)

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

adoroszlai pushed a change to branch revert-1119-HDDS-3263
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git.


      at f0dd2d1  Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)"

This branch includes the following new commits:

     new f0dd2d1  Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)"

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



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


[hadoop-ozone] 01/01: Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)"

Posted by ad...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch revert-1119-HDDS-3263
in repository https://gitbox.apache.org/repos/asf/hadoop-ozone.git

commit f0dd2d175908b3589a37dbaa058033ad087f75fd
Author: Doroszlai, Attila <64...@users.noreply.github.com>
AuthorDate: Wed Jun 24 23:09:56 2020 +0200

    Revert "HDDS-3263. Fix TestCloseContainerByPipeline.java. (#1119)"
    
    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