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/04/16 01:37:35 UTC

[Impala-CR](cdh5-trunk) IMPALA-3367: Ensure runtime filters tests run on 3 nodes

Henry Robinson has uploaded a new change for review.

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

Change subject: IMPALA-3367: Ensure runtime filters tests run on 3 nodes
......................................................................

IMPALA-3367: Ensure runtime filters tests run on 3 nodes

Runtime filter tests require that each scan gets assigned to three
backends. In our test environment (with Impala daemons on the same
machine) concurrent load can cause these scans to get assigned to only
two nodes, which breaks the runtime filter tests. See IMPALA-2479 for
more details.

This patch changes the tests to run sequentially.

Change-Id: I1ca43ca0f215539d909a1dcabee5e87f2437420b
---
M tests/query_test/test_runtime_filters.py
1 file changed, 2 insertions(+), 0 deletions(-)


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

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