IMPALA-7058: disable fuzz test for RC and Seq There appear to still be some rare crashes. Let's disable the test until we can sort those out
Change-Id: I10eb184ab2f27ca9b2d286630ceb37b71affcc27 Reviewed-on: http://gerrit.cloudera.org:8080/10485 Reviewed-by: Alex Behm <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/impala/repo Commit: http://git-wip-us.apache.org/repos/asf/impala/commit/47606806 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/47606806 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/47606806 Branch: refs/heads/2.x Commit: 47606806a478ea003d6487d375bf683682c16298 Parents: a48bbfd Author: Tim Armstrong <[email protected]> Authored: Wed May 23 09:59:26 2018 -0700 Committer: Impala Public Jenkins <[email protected]> Committed: Fri May 25 23:17:16 2018 +0000 ---------------------------------------------------------------------- tests/query_test/test_scanners_fuzz.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/47606806/tests/query_test/test_scanners_fuzz.py ---------------------------------------------------------------------- diff --git a/tests/query_test/test_scanners_fuzz.py b/tests/query_test/test_scanners_fuzz.py index 4886c4a..9501775 100644 --- a/tests/query_test/test_scanners_fuzz.py +++ b/tests/query_test/test_scanners_fuzz.py @@ -71,7 +71,7 @@ class TestScannersFuzzing(ImpalaTestSuite): # TODO(IMPALA-6772): enable for ORC formats once a new version after release-1.4.3 # of ORC library is released. cls.ImpalaTestMatrix.add_constraint(lambda v: - v.get_value('table_format').file_format in ('avro', 'parquet', 'rc', 'seq') or + v.get_value('table_format').file_format in ('avro', 'parquet') or (v.get_value('table_format').file_format == 'text' and v.get_value('table_format').compression_codec in ('none', 'lzo')))
