You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues-all@impala.apache.org by "Tamas Mate (Jira)" <ji...@apache.org> on 2022/04/11 15:51:00 UTC

[jira] [Resolved] (IMPALA-9057) TestEventProcessing.test_insert_events_transactional is flaky

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

Tamas Mate resolved IMPALA-9057.
--------------------------------
    Resolution: Fixed

> TestEventProcessing.test_insert_events_transactional is flaky
> -------------------------------------------------------------
>
>                 Key: IMPALA-9057
>                 URL: https://issues.apache.org/jira/browse/IMPALA-9057
>             Project: IMPALA
>          Issue Type: Bug
>          Components: Frontend
>    Affects Versions: Impala 3.4.0
>            Reporter: Alice Fan
>            Assignee: Vihang Karajgaonkar
>            Priority: Blocker
>              Labels: build-failure, flaky
>             Fix For: Impala 4.1.0
>
>
> Assertion failure for custom_cluster.test_event_processing.TestEventProcessing.test_insert_events_transactional 
> {code:java}
> Error Message
> assert ['101', 'x', ..., '3', '2019'] == ['101', 'z', '28', '3', '2019']   At index 1 diff: 'x' != 'z'   Full diff:   - ['101', 'x', '28', '3', '2019']   ?          ^   + ['101', 'z', '28', '3', '2019']   ?          ^
> 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:131: in run_test_insert_events
>     assert data.split('\t') == ['101', 'z', '28', '3', '2019']
> E   assert ['101', 'x', ..., '3', '2019'] == ['101', 'z', '28', '3', '2019']
> E     At index 1 diff: 'x' != 'z'
> E     Full diff:
> E     - ['101', 'x', '28', '3', '2019']
> E     ?          ^
> E     + ['101', 'z', '28', '3', '2019']
> E     ?          ^
> {code}



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-all-unsubscribe@impala.apache.org
For additional commands, e-mail: issues-all-help@impala.apache.org