You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2024/01/26 09:07:00 UTC

[jira] [Work started] (HIVE-28036) Move checkLock method to TestTxnDbUtil

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

Work on HIVE-28036 started by László Bodor.
-------------------------------------------
> Move checkLock method to TestTxnDbUtil
> --------------------------------------
>
>                 Key: HIVE-28036
>                 URL: https://issues.apache.org/jira/browse/HIVE-28036
>             Project: Hive
>          Issue Type: Improvement
>            Reporter: László Bodor
>            Assignee: László Bodor
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 4.0.0
>
>
> Referring to a method from a different unit test class is crazy, we need to move it.
> When calling a method like TestDbTxnManager2.checkLock, the @ClassRule of TestDbTxnManager2 is called which can potentially screw up things, so this is kind of blocking some stuff in HIVE-27972 as well. Unit test classes should only depend on each other in the same inheritance chain.



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