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

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

Andrew Sherman created IMPALA-11505:
---------------------------------------

             Summary: 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


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)