IMPALA-6880: disable flaky bloom filter test This test is made flaky by IMPALA-6338. While that is being worked on, temporarily disable this test.
Change-Id: I595645b0f2875614294adc7abb4572aec1be8ad5 Reviewed-on: http://gerrit.cloudera.org:8080/10122 Reviewed-by: Vuk Ercegovac <[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/f51dce02 Tree: http://git-wip-us.apache.org/repos/asf/impala/tree/f51dce02 Diff: http://git-wip-us.apache.org/repos/asf/impala/diff/f51dce02 Branch: refs/heads/2.x Commit: f51dce02dd42287ae07460979466034a9461e87d Parents: d253c06 Author: Thomas Tauber-Marshall <[email protected]> Authored: Thu Apr 19 18:47:08 2018 +0000 Committer: Impala Public Jenkins <[email protected]> Committed: Fri Apr 20 20:17:58 2018 +0000 ---------------------------------------------------------------------- .../functional-query/queries/QueryTest/bloom_filters.test | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/impala/blob/f51dce02/testdata/workloads/functional-query/queries/QueryTest/bloom_filters.test ---------------------------------------------------------------------- diff --git a/testdata/workloads/functional-query/queries/QueryTest/bloom_filters.test b/testdata/workloads/functional-query/queries/QueryTest/bloom_filters.test index 4908e20..b8d896f 100644 --- a/testdata/workloads/functional-query/queries/QueryTest/bloom_filters.test +++ b/testdata/workloads/functional-query/queries/QueryTest/bloom_filters.test @@ -15,7 +15,8 @@ select STRAIGHT_JOIN count(*) from (select * from tpch.lineitem a LIMIT 1) a ---- RESULTS 0 ---- RUNTIME_PROFILE -row_regex: .*0 of 1 Runtime Filter Published, 1 Disabled.* +# TODO: reenable once IMPALA-6338 is fixed +#row_regex: .*0 of 1 Runtime Filter Published, 1 Disabled.* ====
