You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by we...@apache.org on 2019/03/05 02:15:40 UTC

[arrow] branch master updated: ARROW-4448: [Java][Flight] Disable flaky TestBackPressure

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

wesm pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new 8724c1e  ARROW-4448: [Java][Flight] Disable flaky TestBackPressure
8724c1e is described below

commit 8724c1ec6010937041139a2895780e7154cad888
Author: François Saint-Jacques <fs...@gmail.com>
AuthorDate: Mon Mar 4 20:15:22 2019 -0600

    ARROW-4448: [Java][Flight] Disable flaky TestBackPressure
    
    Until ARROW-4765 is resolved, this test is disabled to improve travis
    reliability.
    
    Author: François Saint-Jacques <fs...@gmail.com>
    
    Closes #3805 from fsaintjacques/ARROW-4448-disable-flaky-flight-test and squashes the following commits:
    
    4d2b2a4ce <François Saint-Jacques> ARROW-4448:  Disable flaky TestBackPressure
---
 java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java b/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
index 71c90d3..5aa47f6 100644
--- a/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
+++ b/java/flight/src/test/java/org/apache/arrow/flight/TestBackPressure.java
@@ -41,6 +41,7 @@ public class TestBackPressure {
   /**
    * Make sure that failing to consume one stream doesn't block other streams.
    */
+  @Ignore
   @Test
   public void ensureIndependentSteams() throws Exception {