Matthew Jacobs has uploaded a new change for review. http://gerrit.cloudera.org:8080/5481
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 --- M tests/query_test/test_kudu.py 1 file changed, 11 insertions(+), 0 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/81/5481/1 -- To view, visit http://gerrit.cloudera.org:8080/5481 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ia655a37ff06e92cc55ba05f01d5e94fe39447c65 Gerrit-PatchSet: 1 Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-Owner: Matthew Jacobs <[email protected]>
