You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@impala.apache.org by "Wenzhe Zhou (Jira)" <ji...@apache.org> on 2022/08/27 06:39:00 UTC

[jira] [Resolved] (IMPALA-11505) TestKuduTransaction.test_kudu_txn_abort_partition_lock fails as exception message is unexpected

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

Wenzhe Zhou resolved IMPALA-11505.
----------------------------------
    Fix Version/s: Impala 4.2.0
       Resolution: Fixed

> TestKuduTransaction.test_kudu_txn_abort_partition_lock fails as exception message is unexpected
> -----------------------------------------------------------------------------------------------
>
>                 Key: IMPALA-11505
>                 URL: https://issues.apache.org/jira/browse/IMPALA-11505
>             Project: IMPALA
>          Issue Type: Bug
>    Affects Versions: Impala 1.4.2
>            Reporter: Andrew Sherman
>            Assignee: Wenzhe Zhou
>            Priority: Critical
>              Labels: broken-build
>             Fix For: Impala 4.2.0
>
>
> Expected is: aborted since it tries to acquire the partition lock that is held by another transaction
> Actual is: Key already present in Kudu table
> Failure isĀ 
> {code}
> custom_cluster/test_kudu.py:603: in test_kudu_txn_abort_partition_lock
>     assert "aborted since it tries to acquire the partition lock that is held by " \
> E   assert 'aborted since it tries to acquire the partition lock that is held by another transaction' in "ImpalaBeeswaxException:\n Query aborted:Kudu reported error: Already present: key already present\n\nKey already present in Kudu table 'impala::test_kudu_txn_abort_partition_lock_d453ff5f.test_kudu_txn_abort_partition_lock'.\n\n"
> E    +  where "ImpalaBeeswaxException:\n Query aborted:Kudu reported error: Already present: key already present\n\nKey already present in Kudu table 'impala::test_kudu_txn_abort_partition_lock_d453ff5f.test_kudu_txn_abort_partition_lock'.\n\n" = str(ImpalaBeeswaxException())
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)