You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@impala.apache.org by "Henry Robinson (Code Review)" <ge...@cloudera.org> on 2016/03/23 19:32:43 UTC

[Impala-CR](cdh5-trunk) IMPALA-3226: Increase timeout for runtime filter tests

Henry Robinson has uploaded a new change for review.

  http://gerrit.cloudera.org:8080/2609

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
---
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(-)


  git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/09/2609/1
-- 
To view, visit http://gerrit.cloudera.org:8080/2609
To unsubscribe, visit http://gerrit.cloudera.org:8080/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ife1d36a78d6ad587462fe112afda573f6e480441
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-trunk
Gerrit-Owner: Henry Robinson <he...@cloudera.com>