You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by se...@apache.org on 2018/06/06 18:34:24 UTC

hive git commit: HIVE-19778 : disable a flaky test: TestCliDriver#input31 (Sergey Shelukhin, reviewed by Jason Dere)

Repository: hive
Updated Branches:
  refs/heads/master fa1ecaeee -> 54b4b2d42


HIVE-19778 : disable a flaky test: TestCliDriver#input31 (Sergey Shelukhin, reviewed by Jason Dere)


Project: http://git-wip-us.apache.org/repos/asf/hive/repo
Commit: http://git-wip-us.apache.org/repos/asf/hive/commit/54b4b2d4
Tree: http://git-wip-us.apache.org/repos/asf/hive/tree/54b4b2d4
Diff: http://git-wip-us.apache.org/repos/asf/hive/diff/54b4b2d4

Branch: refs/heads/master
Commit: 54b4b2d428bbe1ab167445b177a94f7a39cf58ba
Parents: fa1ecae
Author: sergey <se...@apache.org>
Authored: Wed Jun 6 11:33:58 2018 -0700
Committer: sergey <se...@apache.org>
Committed: Wed Jun 6 11:34:15 2018 -0700

----------------------------------------------------------------------
 itests/src/test/resources/testconfiguration.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hive/blob/54b4b2d4/itests/src/test/resources/testconfiguration.properties
----------------------------------------------------------------------
diff --git a/itests/src/test/resources/testconfiguration.properties b/itests/src/test/resources/testconfiguration.properties
index 463fda1..b584c72 100644
--- a/itests/src/test/resources/testconfiguration.properties
+++ b/itests/src/test/resources/testconfiguration.properties
@@ -19,7 +19,8 @@ disabled.query.files=ql_rewrite_gbtoidx.q,\
   sample2.q,\
   sample4.q,\
   sample6.q,\
-  root_dir_external_table.q
+  root_dir_external_table.q,\
+  input31.q
 
 
 # NOTE: Add tests to minitez only if it is very