Bikramjeet Vig has uploaded this change for review. ( http://gerrit.cloudera.org:8080/14810
Change subject: IMPALA-9202: Fix flakiness in test_executor_groups ...................................................................... IMPALA-9202: Fix flakiness in test_executor_groups Some tests in test_executor_groups immediately tried fetching the query profile after executing it asynchronously to verify if the query was queued. However there is a small window between the exec rpc returning and the query being queued during which the query profile does not contain any info about the query being queued. This was causing some asserts in the test to fail. Change-Id: I47070045250a12d86c99f9a30a956a268be5fa7e --- M tests/custom_cluster/test_executor_groups.py 1 file changed, 15 insertions(+), 15 deletions(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/10/14810/1 -- To view, visit http://gerrit.cloudera.org:8080/14810 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I47070045250a12d86c99f9a30a956a268be5fa7e Gerrit-Change-Number: 14810 Gerrit-PatchSet: 1 Gerrit-Owner: Bikramjeet Vig <[email protected]>
