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 <[email protected]> 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: [email protected] For additional commands, e-mail: [email protected]
