Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3226: Increase timeout for runtime filter tests ......................................................................
IMPALA-3226: Increase timeout for runtime filter tests When running with ASAN enabled, runtime filters may take a lot longer to be produced, triggering timeouts in the filter tests. This patch triples the timeout time. We still want the timeout to be reasonable as protection against excessive regressions in filter production time, which is why I've not set the timeout to a very large value, plus if the test fails and filters aren't produced we don't want to hang the build for a large timeout delay. Change-Id: Ife1d36a78d6ad587462fe112afda573f6e480441 Reviewed-on: http://gerrit.cloudera.org:8080/2609 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M testdata/workloads/functional-query/queries/QueryTest/runtime_filters.test M testdata/workloads/functional-query/queries/QueryTest/runtime_row_filters.test 2 files changed, 29 insertions(+), 29 deletions(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2609 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ife1d36a78d6ad587462fe112afda573f6e480441 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-trunk Gerrit-Owner: Henry Robinson <[email protected]> Gerrit-Reviewer: Dan Hecht <[email protected]> Gerrit-Reviewer: Internal Jenkins
