Vuk Ercegovac has uploaded this change for review. ( 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 --- M tests/query_test/test_udfs.py 1 file changed, 8 insertions(+), 2 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/80/10180/1 -- 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: newchange Gerrit-Change-Id: I7780ff328fde5cf462cf718a1467b8a032d2c17b Gerrit-Change-Number: 10180 Gerrit-PatchSet: 1 Gerrit-Owner: Vuk Ercegovac <[email protected]>
