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 "ASF subversion and git services (Jira)" <ji...@apache.org> on 2022/05/24 11:13:00 UTC

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

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

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

Commit d00d3463cd4d539bcaa42917402da2927ae6e552 in impala's branch refs/heads/master from stiga-huang
[ https://gitbox.apache.org/repos/asf?p=impala.git;h=d00d3463c ]

Revert "IMPALA-9057: Disable test_transactional_insert_events"

This reverts commit a873289508dc4e80256718c9921be1e337d263d6.
After HIVE-25137 and IMPALA-10923, we are able to add back the test.

Change-Id: I369353c8bb9b5437c2f5c4d411fb05e2fd751b9b
Reviewed-on: http://gerrit.cloudera.org:8080/18524
Reviewed-by: Impala Public Jenkins <im...@cloudera.com>
Tested-by: Impala Public Jenkins <im...@cloudera.com>


> 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.7#820007)

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