Impala Public Jenkins has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/10180 )
Change subject: IMPALA-6902: Tighten udf test to look for crashes ...................................................................... IMPALA-6902: Tighten udf test to look for crashes test_native_functions_race assumes that any exception is grounds for failing the test. However, the flake described in IMPALA-6902 shows an example of an exception that causes a false negative (it should be ignored). This change tightens the test to fail when an impalad crashes, which was the original intent of the test. Tests: - re-ran test_udfs.py Change-Id: I7780ff328fde5cf462cf718a1467b8a032d2c17b Reviewed-on: http://gerrit.cloudera.org:8080/10180 Reviewed-by: Thomas Tauber-Marshall <[email protected]> Tested-by: Impala Public Jenkins <[email protected]> --- M tests/query_test/test_udfs.py 1 file changed, 8 insertions(+), 2 deletions(-) Approvals: Thomas Tauber-Marshall: Looks good to me, approved Impala Public Jenkins: Verified -- To view, visit http://gerrit.cloudera.org:8080/10180 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I7780ff328fde5cf462cf718a1467b8a032d2c17b Gerrit-Change-Number: 10180 Gerrit-PatchSet: 2 Gerrit-Owner: Vuk Ercegovac <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Thomas Tauber-Marshall <[email protected]>
