You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Tim Armstrong (Jira)" <ji...@apache.org> on 2020/05/16 01:08:00 UTC

[jira] [Created] (IMPALA-9755) Flaky test: test_global_exchange_counters

Tim Armstrong created IMPALA-9755:
-------------------------------------

             Summary: Flaky test: test_global_exchange_counters
                 Key: IMPALA-9755
                 URL: https://issues.apache.org/jira/browse/IMPALA-9755
             Project: IMPALA
          Issue Type: Bug
          Components: Infrastructure
            Reporter: Tim Armstrong


{noformat}
query_test.test_observability.TestObservability.test_global_exchange_counters (from pytest)
Failing for the past 1 build (Since Failed#10637 )
Took 22 sec.
add description
Error Message

query_test/test_observability.py:504: in test_global_exchange_counters     assert m, "Cannot match pattern for key %s in line '%s'" % (key, line) E   AssertionError: Cannot match pattern for key TotalBytesSent in line '           - TotalBytesSent: 0' E   assert None

Stacktrace

query_test/test_observability.py:504: in test_global_exchange_counters
    assert m, "Cannot match pattern for key %s in line '%s'" % (key, line)
E   AssertionError: Cannot match pattern for key TotalBytesSent in line '           - TotalBytesSent: 0'
E   assert None
{noformat}

https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10637/testReport/junit/query_test.test_observability/TestObservability/test_global_exchange_counters/

Filing in case it reoccurs.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)