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 2020/09/03 08:49:27 UTC

[hadoop-ozone] branch master updated: HDDS-4150. Disabling flaky unit test until HDDS-4150 is fixed.

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

elek 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 fd63aac  HDDS-4150. Disabling flaky unit test until HDDS-4150 is fixed.
fd63aac is described below

commit fd63aac48430e47ea29bc29de7869119735f5e56
Author: Elek Márton <el...@apache.org>
AuthorDate: Thu Sep 3 10:48:44 2020 +0200

    HDDS-4150. Disabling flaky unit test until HDDS-4150 is fixed.
---
 .../src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java  | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java b/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java
index f1350a9..c7392a7 100644
--- a/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java
+++ b/hadoop-ozone/recon/src/test/java/org/apache/hadoop/ozone/recon/api/TestEndpoints.java
@@ -69,6 +69,7 @@ import org.jooq.Configuration;
 import org.jooq.DSLContext;
 import org.junit.Assert;
 import org.junit.Before;
+import org.junit.Ignore;
 import org.junit.Rule;
 import org.junit.Test;
 import org.junit.rules.TemporaryFolder;
@@ -364,6 +365,7 @@ public class TestEndpoints extends AbstractReconSqlDBTest {
   }
 
   @Test
+  @Ignore("HDDS-4150")
   public void testGetDatanodes() throws Exception {
     Response response = nodeEndpoint.getDatanodes();
     DatanodesResponse datanodesResponse =


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