You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ozone.apache.org by el...@apache.org on 2019/11/30 17:16:13 UTC

[hadoop-ozone] branch integration-test-cleanup updated: so it goes

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

elek 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 6900a2a  so it goes
6900a2a is described below

commit 6900a2ac2f003ff711df8bf43a5be97e75baeae2
Author: Márton Elek <el...@apache.org>
AuthorDate: Sat Nov 30 18:14:34 2019 +0100

    so it goes
---
 .../test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java  | 1 +
 .../org/apache/hadoop/ozone/scm/pipeline/TestSCMPipelineMetrics.java    | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java
index 3207878..dfc4338 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/hdds/scm/pipeline/TestNodeFailure.java
@@ -43,6 +43,7 @@ import static org.apache.hadoop.hdds.protocol.proto.HddsProtos
 /**
  * Test Node failure detection and handling in Ratis.
  */
+@Ignore
 public class TestNodeFailure {
 
   private static MiniOzoneCluster cluster;
diff --git a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/pipeline/TestSCMPipelineMetrics.java b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/pipeline/TestSCMPipelineMetrics.java
index dcb45ad..cf0dcf4 100644
--- a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/pipeline/TestSCMPipelineMetrics.java
+++ b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/scm/pipeline/TestSCMPipelineMetrics.java
@@ -32,6 +32,7 @@ import org.apache.hadoop.ozone.MiniOzoneCluster;
 import org.junit.After;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Test;
 
 import java.io.IOException;
@@ -44,6 +45,7 @@ import static org.apache.hadoop.test.MetricsAsserts.getMetrics;
 /**
  * Test cases to verify the metrics exposed by SCMPipelineManager.
  */
+@Ignore
 public class TestSCMPipelineMetrics {
 
   private MiniOzoneCluster cluster;


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