Michael Ho has uploaded a new patch set (#2). Change subject: IMPALA-3608: Updates pytest to allow multiple exception messages ......................................................................
IMPALA-3608: Updates pytest to allow multiple 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(+), 16 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala refs/changes/05/3205/2 -- To view, visit http://gerrit.cloudera.org:8080/3205 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newpatchset Gerrit-Change-Id: Ie6d81fd3ae601f565b575edfeefff7c5a6c07974 Gerrit-PatchSet: 2 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Michael Brown <[email protected]>
