Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-3608: Updates Impala E2E test framework to allow multiple exception messages ......................................................................
IMPALA-3608: Updates Impala E2E test framework 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 Reviewed-on: http://gerrit.cloudera.org:8080/3205 Reviewed-by: Michael Ho <[email protected]> Tested-by: Internal Jenkins --- 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(-) Approvals: Michael Ho: Looks good to me, approved Internal Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/3205 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ie6d81fd3ae601f565b575edfeefff7c5a6c07974 Gerrit-PatchSet: 5 Gerrit-Project: Impala Gerrit-Branch: cdh5-2.6.0_5.8.0 Gerrit-Owner: Michael Ho <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Michael Brown <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]>
