Jason Fehr has uploaded this change for review. ( http://gerrit.cloudera.org:8080/23743
Change subject: IMPALA-14602: Fix Flaky OTel Test ...................................................................... IMPALA-14602: Fix Flaky OTel Test Tests in test_otel_trace.py that rely on queries being queued assume a first long-running query will be started before a second query. These tests are flaky most likely because the first long running query is executed asynchronously immediately followed by executing a second query. During slower builds (such as ASAN), the first query may not be in running state before the second query is started. This patch adds a check on the first query to ensure it is running before starting the second query. Change-Id: I9e77ec70b4668f0daed2ab9411f8f6c52ddccb2a --- M tests/custom_cluster/test_otel_trace.py 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.cloudera.org:29418/Impala-ASF refs/changes/43/23743/1 -- To view, visit http://gerrit.cloudera.org:8080/23743 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: newchange Gerrit-Change-Id: I9e77ec70b4668f0daed2ab9411f8f6c52ddccb2a Gerrit-Change-Number: 23743 Gerrit-PatchSet: 1 Gerrit-Owner: Jason Fehr <[email protected]>
