Internal Jenkins has submitted this change and it was merged. 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 Reviewed-on: http://gerrit.cloudera.org:8080/2802 Reviewed-by: Dan Hecht <[email protected]> Tested-by: Internal Jenkins --- M tests/query_test/test_runtime_filters.py 1 file changed, 2 insertions(+), 0 deletions(-) Approvals: Internal Jenkins: Verified Dan Hecht: Looks good to me, approved -- To view, visit http://gerrit.cloudera.org:8080/2802 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: I1ca43ca0f215539d909a1dcabee5e87f2437420b 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
