Henry Robinson has submitted this change and it was merged. Change subject: IMPALA-3283: Disable runtime filter tests for local filesystems ......................................................................
IMPALA-3283: Disable runtime filter tests for local filesystems The runtime filter tests assume 3 scans for alltypes* tables. For local filesystems this isn't a correct assumption. Fixing the tests to be resilient to different number of scans is hard, and filters aren't dependent on the filesystem implementation, so let's just disable them. Change-Id: Ibcd18c7e69355cde70e13e5190ed2503adb7532b Reviewed-on: http://gerrit.cloudera.org:8080/2688 Tested-by: Internal Jenkins Reviewed-by: Henry Robinson <[email protected]> --- M tests/query_test/test_runtime_filters.py 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Henry Robinson: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/2688 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ibcd18c7e69355cde70e13e5190ed2503adb7532b Gerrit-PatchSet: 3 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Sailesh Mukil <[email protected]>
