You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@impala.apache.org by cs...@apache.org on 2019/08/14 09:59:39 UTC

[impala] 03/03: IMPALA-8854: skip test_acid_insert

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

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

commit cef76db392bfe83507ff703b054a73e811358860
Author: Tim Armstrong <ta...@cloudera.com>
AuthorDate: Tue Aug 13 14:09:18 2019 -0700

    IMPALA-8854: skip test_acid_insert
    
    The test is failing because of a Hive version change in some
    configurations. Disabling for now until it can be fixed.
    
    Change-Id: I3bc5cce8b9c3843b5bb8ac4d29b2219411f671b4
    Reviewed-on: http://gerrit.cloudera.org:8080/14056
    Tested-by: Impala Public Jenkins <im...@cloudera.com>
    Reviewed-by: Zoltan Borok-Nagy <bo...@cloudera.com>
---
 tests/query_test/test_insert.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/query_test/test_insert.py b/tests/query_test/test_insert.py
index be298a7..a630b3e 100644
--- a/tests/query_test/test_insert.py
+++ b/tests/query_test/test_insert.py
@@ -139,6 +139,7 @@ class TestInsertQueries(ImpalaTestSuite):
   @pytest.mark.execute_serially
   @SkipIfHive2.acid
   def test_acid_insert(self, vector):
+    pytest.skip("IMPALA-8854: skipping to unbreak builds")
     if (vector.get_value('table_format').file_format == 'parquet'):
       vector.get_value('exec_option')['COMPRESSION_CODEC'] = \
           vector.get_value('compression_codec')