You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Vihang Karajgaonkar (Jira)" <ji...@apache.org> on 2020/02/11 04:50:00 UTC

[jira] [Resolved] (IMPALA-9051) Assertion Failure - test_insert_events_transactional in test_event_processing

     [ https://issues.apache.org/jira/browse/IMPALA-9051?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Vihang Karajgaonkar resolved IMPALA-9051.
-----------------------------------------
    Fix Version/s: Not Applicable
       Resolution: Cannot Reproduce

> Assertion Failure - test_insert_events_transactional in test_event_processing
> -----------------------------------------------------------------------------
>
>                 Key: IMPALA-9051
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9051
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.4.0
>            Reporter: Alice Fan
>            Assignee: Vihang Karajgaonkar
>            Priority: Critical
>              Labels: build-failure, flaky
>             Fix For: Not Applicable
>
>
> custom_cluster.test_event_processing.TestEventProcessing.test_insert_events_transactional (from pytest)
> {code:java}
> Error Message
> assert ['101', '200'] == ['101', '201']   At index 1 diff: '200' != '201'   Full diff:   - ['101', '200']   ?            ^   + ['101', '201']   ?            ^
> Stacktrace
> custom_cluster/test_event_processing.py:49: in test_insert_events_transactional
>     self.run_test_insert_events(is_transactional=True)
> custom_cluster/test_event_processing.py:95: in run_test_insert_events
>     assert data.split('\t') == ['101', '201']
> E   assert ['101', '200'] == ['101', '201']
> E     At index 1 diff: '200' != '201'
> E     Full diff:
> E     - ['101', '200']
> E     ?            ^
> E     + ['101', '201']
> E     ?            ^
> {code}



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