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

ASF subversion and git services commented on IMPALA-9057:
---------------------------------------------------------

Commit a873289508dc4e80256718c9921be1e337d263d6 in impala's branch 
refs/heads/master from Vihang Karajgaonkar
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=a873289 ]

IMPALA-9057: Disable test_transactional_insert_events

The test test_transactional_insert_events fails
intermittently. The root cause of the flakiness is
documented in the JIRA. Disabling this test until we
have the fix for the underlying cause of the problem.

Testing:
Confirmed that the test is skipped and marked as XFAIL
when test_events_processing is run.

Change-Id: I72de2c98d90036337a5fe12e652991b6f262d570
Reviewed-on: http://gerrit.cloudera.org:8080/17788
Reviewed-by: Impala Public Jenkins <[email protected]>
Tested-by: Impala Public Jenkins <[email protected]>


> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to