You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Thomas Tauber-Marshall (Jira)" <ji...@apache.org> on 2020/04/13 21:41:00 UTC

[jira] [Created] (IMPALA-9650) RuntimeFilterTest appears to be flaky

Thomas Tauber-Marshall created IMPALA-9650:
----------------------------------------------

             Summary: RuntimeFilterTest appears to be flaky
                 Key: IMPALA-9650
                 URL: https://issues.apache.org/jira/browse/IMPALA-9650
             Project: IMPALA
          Issue Type: Bug
          Components: Backend
    Affects Versions: Impala 4.0
            Reporter: Thomas Tauber-Marshall
            Assignee: Riza Suminto


Seen in an exhaustive jenkins build:

{noformat}
19:37:30  43/119 Test  #43: runtime-filter-test ..............***Failed    1.32 sec
19:37:30 Turning perftools heap leak checking off
19:37:30 seed = 1586572649
19:37:30 Note: Google Test filter = RuntimeFilterTest.*
19:37:30 [==========] Running 2 tests from 1 test case.
19:37:30 [----------] Global test environment set-up.
19:37:30 [----------] 2 tests from RuntimeFilterTest
19:37:30 [ RUN      ] RuntimeFilterTest.Canceled
19:37:30 20/04/10 19:37:29 INFO util.JvmPauseMonitor: Starting JVM pause monitor
19:37:30 /data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/be/src/runtime/runtime-filter-test.cc:72: Failure
19:37:30 Expected: (tc.runtime_filter->arrival_delay_ms()) >= (tc.injection_delay), actual: 100 vs 500
19:37:30 [  FAILED  ] RuntimeFilterTest.Canceled (100 ms)
19:37:30 [ RUN      ] RuntimeFilterTest.Arrived
19:37:30 /data/jenkins/workspace/impala-asf-master-exhaustive-release/repos/Impala/be/src/runtime/runtime-filter-test.cc:99: Failure
19:37:30 Expected: (tc.runtime_filter->arrival_delay_ms()) >= (tc.injection_delay), actual: 100 vs 500
19:37:30 [  FAILED  ] RuntimeFilterTest.Arrived (100 ms)
19:37:30 [----------] 2 tests from RuntimeFilterTest (200 ms total)
19:37:30 
19:37:30 [----------] Global test environment tear-down
19:37:30 [==========] 2 tests from 1 test case ran. (200 ms total)
19:37:30 [  PASSED  ] 0 tests.
19:37:30 [  FAILED  ] 2 tests, listed below:
19:37:30 [  FAILED  ] RuntimeFilterTest.Canceled
19:37:30 [  FAILED  ] RuntimeFilterTest.Arrived
19:37:30 
19:37:30  2 FAILED TESTS
19:37:30   YOU HAVE 1 DISABLED TEST
{noformat}



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