Internal Jenkins has submitted this change and it was merged. Change subject: IMPALA-4642: Fix TestFragmentLifecycle failures; kudu test must wait ......................................................................
IMPALA-4642: Fix TestFragmentLifecycle failures; kudu test must wait Fixes test failures in TestFragmentLifecycle when it runs after TestKuduMemLimits which takes some time for all fragments to finish closing, even though the query is finished. TestFragmentLifecycle checks that there are no fragments in flight. For now, this fixes the tests by forcing TestKuduMemLimits to wait for all 'in flight' fragments to complete before continuing. We still need to understand why the KuduScanNode/KuduScanner is taking so long to Close() (see IMPALA-4654). Change-Id: Ia655a37ff06e92cc55ba05f01d5e94fe39447c65 Reviewed-on: http://gerrit.cloudera.org:8080/5481 Reviewed-by: Sailesh Mukil <[email protected]> Reviewed-by: Henry Robinson <[email protected]> Tested-by: Internal Jenkins --- M tests/query_test/test_kudu.py 1 file changed, 11 insertions(+), 0 deletions(-) Approvals: Henry Robinson: Looks good to me, approved Internal Jenkins: Verified Sailesh Mukil: Looks good to me, but someone else must approve -- To view, visit http://gerrit.cloudera.org:8080/5481 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia655a37ff06e92cc55ba05f01d5e94fe39447c65 Gerrit-PatchSet: 2 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Henry Robinson <[email protected]> Gerrit-Reviewer: Internal Jenkins Gerrit-Reviewer: Matthew Jacobs <[email protected]> Gerrit-Reviewer: Sailesh Mukil <[email protected]>
