You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by pv...@apache.org on 2022/06/09 16:11:30 UTC

[hive] branch master updated: Disable flaky test

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ac3e8bae3a6 Disable flaky test
ac3e8bae3a6 is described below

commit ac3e8bae3a62e9ad08471aa13df47c9e8667e8c2
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Thu Jun 9 18:10:19 2022 +0200

    Disable flaky test
---
 .../hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java
index e40a0a6bf9a..727ff3e1a39 100644
--- a/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java
+++ b/ql/src/test/org/apache/hadoop/hive/ql/exec/tez/TestHostAffinitySplitLocationProvider.java
@@ -168,7 +168,7 @@ public class TestHostAffinitySplitLocationProvider {
     return locations;
   }
 
-
+  @org.junit.Ignore("HIVE-26308")
   @Test (timeout = 20000)
   public void testConsistentHashingFallback() throws IOException {
     final int LOC_COUNT_TO = 20, SPLIT_COUNT = 500, MAX_MISS_COUNT = 4,