You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hive.apache.org by kr...@apache.org on 2021/08/17 17:49:15 UTC

[hive] branch master updated: disable flaky test

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

krisztiankasa 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 a19f4d5  disable flaky test
a19f4d5 is described below

commit a19f4d537e91151e801d9e850a4d6aa22d3f836a
Author: Soumyakanti Das <so...@gmail.com>
AuthorDate: Tue Aug 17 13:49:00 2021 -0400

    disable flaky test
---
 ql/src/test/queries/clientpositive/jdbc_split_filter.q | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ql/src/test/queries/clientpositive/jdbc_split_filter.q b/ql/src/test/queries/clientpositive/jdbc_split_filter.q
index ca7a811..4ff19b0 100644
--- a/ql/src/test/queries/clientpositive/jdbc_split_filter.q
+++ b/ql/src/test/queries/clientpositive/jdbc_split_filter.q
@@ -1,3 +1,4 @@
+--! qt:disabled:flaky HIVE-25462
 
 CREATE TEMPORARY FUNCTION dboutput AS 'org.apache.hadoop.hive.contrib.genericudf.example.GenericUDFDBOutput';