Taras Bobrovytsky has uploaded a new change for review. http://gerrit.cloudera.org:8080/6893
Change subject: IMPALA-5246: Verify that a UDF test completely finishes before moving on ...................................................................... IMPALA-5246: Verify that a UDF test completely finishes before moving on A memory intensive UDF test takes a while to completely finish and for the memory in Impala to be completely freed. This caused a problem in ASAN builds (and potentially in normal builds) because we would start the next test right away, before the memory is freed. We fix the issue by checking that all fragments finish executing before starting the next test. Testing: - Ran a private ASAN build which passed. Change-Id: I0555b5327945c522f70f449caa1214ee0bfd84fe --- M tests/query_test/test_udfs.py 1 file changed, 9 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/93/6893/1 -- To view, visit http://gerrit.cloudera.org:8080/6893 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I0555b5327945c522f70f449caa1214ee0bfd84fe Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Taras Bobrovytsky <[email protected]>
