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

[Impala-CR](cdh5-2.6.0_5.8.0) IMPALA-3608: Allow multiple different exception messages

Michael Ho has uploaded a new change for review.

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

Change subject: IMPALA-3608: Allow multiple different exception messages
......................................................................

IMPALA-3608: Allow multiple different exception messages

Some of our tests which are expected to fail due to low
query memory limits can fail non-deterministically with
different error messages. In addition, some tests may
throw different error messages when running with the legacy
join nodes. This change updates the test infrastructure to
allow multiple exception messages to be specified by using
adding "ANY_OF" to the "CATCH" subsection.

Change-Id: Ie6d81fd3ae601f565b575edfeefff7c5a6c07974
---
M testdata/workloads/tpch/queries/tpch-outer-joins.test
M tests/common/impala_test_suite.py
M tests/util/test_file_parser.py
3 files changed, 38 insertions(+), 13 deletions(-)


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ie6d81fd3ae601f565b575edfeefff7c5a6c07974
Gerrit-PatchSet: 1
Gerrit-Project: Impala
Gerrit-Branch: cdh5-2.6.0_5.8.0
Gerrit-Owner: Michael Ho <kw...@cloudera.com>