[ 
https://issues.apache.org/jira/browse/IMPALA-9057?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17113757#comment-17113757
 ] 

Tim Armstrong commented on IMPALA-9057:
---------------------------------------

I saw a failure in the same test just now.

I marked the build as keep forever, so please unmark when you are done with it 
-https://jenkins.impala.io/job/ubuntu-16.04-from-scratch/10747/testReport/junit/custom_cluster.test_event_processing/TestEventProcessing/test_transactional_insert_events/

{noformat}
Error Message

assert ['1'] == ['2']   At index 0 diff: '1' != '2'   Full diff:   - ['1']   ?  
 ^   + ['2']   ?   ^

Stacktrace

custom_cluster/test_event_processing.py:75: in test_transactional_insert_events
    self.run_test_insert_events(is_transactional=True)
custom_cluster/test_event_processing.py:139: in run_test_insert_events
    assert data.split('\t') == ['2']
E   assert ['1'] == ['2']
E     At index 0 diff: '1' != '2'
E     Full diff:
E     - ['1']
E     ?   ^
E     + ['2']
E     ?   ^

{noformat}

> 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
>
> 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.3.4#803005)

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

Reply via email to