Riza Suminto has submitted this change and it was merged. ( http://gerrit.cloudera.org:8080/22581 )
Change subject: IMPALA-13834: Fix test_kudu_txn_abort_partition_lock. ...................................................................... IMPALA-13834: Fix test_kudu_txn_abort_partition_lock. IMPALA-10465 change execution of test_kudu_txn_abort_partition_lock. It meant to call _test_kudu_txn_abort_partition_lock() of superclass, but there is a copy-paste mistake that makes it call _test_kudu_txn_abort_partial_rows() instead. This patch fix it. Testing: - Run and pass test_kudu_txn_abort_partition_lock. Change-Id: I4f68177c12147c0890ddc04603890b7726dedfe4 Reviewed-on: http://gerrit.cloudera.org:8080/22581 Reviewed-by: Impala Public Jenkins <[email protected]> Tested-by: Riza Suminto <[email protected]> --- M tests/custom_cluster/test_kudu.py 1 file changed, 2 insertions(+), 2 deletions(-) Approvals: Impala Public Jenkins: Looks good to me, approved Riza Suminto: Verified -- To view, visit http://gerrit.cloudera.org:8080/22581 To unsubscribe, visit http://gerrit.cloudera.org:8080/settings Gerrit-Project: Impala-ASF Gerrit-Branch: master Gerrit-MessageType: merged Gerrit-Change-Id: I4f68177c12147c0890ddc04603890b7726dedfe4 Gerrit-Change-Number: 22581 Gerrit-PatchSet: 3 Gerrit-Owner: Riza Suminto <[email protected]> Gerrit-Reviewer: Impala Public Jenkins <[email protected]> Gerrit-Reviewer: Joe McDonnell <[email protected]> Gerrit-Reviewer: Riza Suminto <[email protected]>
