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/03/29 07:21:43 UTC

[hive] branch master updated: Disable flaky test TestParseDriver.testExoticSJSSubQuery

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 977bfd2  Disable flaky test TestParseDriver.testExoticSJSSubQuery
977bfd2 is described below

commit 977bfd2a02dfb351c3a33c75e2ad26d183a3bb96
Author: Peter Vary <pv...@cloudera.com>
AuthorDate: Tue Mar 29 09:21:01 2022 +0200

    Disable flaky test TestParseDriver.testExoticSJSSubQuery
---
 parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java | 1 +
 1 file changed, 1 insertion(+)

diff --git a/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java b/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
index 1aa1a40..672bd88 100644
--- a/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
+++ b/parser/src/test/org/apache/hadoop/hive/ql/parse/TestParseDriver.java
@@ -272,6 +272,7 @@ public class TestParseDriver {
     }
   }
 
+  @org.junit.Ignore("HIVE-26083")
   @Test(timeout = 10000)
   public void testExoticSJSSubQuery() throws Exception {
     ExoticQueryBuilder eqb = new ExoticQueryBuilder();