Taras Bobrovytsky has posted comments on this change. Change subject: IMPALA-5246: Verify that a UDF test completely finishes before moving on ......................................................................
Patch Set 1: The failure is always in test_shell_commandline.py. The reason why it fails there is because it follows the udf test. the udf test is considered finished too soon, (while the fragments are not cleaned up yet). In this patch we wait for the fragments to be completely finished before moving on to the next test. -- To view, visit http://gerrit.cloudera.org:8080/6893 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: comment Gerrit-Change-Id: I0555b5327945c522f70f449caa1214ee0bfd84fe Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Taras Bobrovytsky <[email protected]> Gerrit-Reviewer: Alex Behm <[email protected]> Gerrit-Reviewer: Michael Ho <[email protected]> Gerrit-Reviewer: Taras Bobrovytsky <[email protected]> Gerrit-HasComments: No
