[ https://issues.apache.org/jira/browse/HIVE-25667?focusedWorklogId=772639&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-772639 ]
ASF GitHub Bot logged work on HIVE-25667: ----------------------------------------- Author: ASF GitHub Bot Created on: 20/May/22 00:18 Start Date: 20/May/22 00:18 Worklog Time Spent: 10m Work Description: github-actions[bot] commented on PR #2919: URL: https://github.com/apache/hive/pull/2919#issuecomment-1132319117 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Feel free to reach out on the d...@hive.apache.org list if the patch is in need of reviews. Issue Time Tracking ------------------- Worklog Id: (was: 772639) Time Spent: 3h (was: 2h 50m) > Unify code managing JDBC databases in tests > ------------------------------------------- > > Key: HIVE-25667 > URL: https://issues.apache.org/jira/browse/HIVE-25667 > Project: Hive > Issue Type: Task > Components: Testing Infrastructure > Affects Versions: 4.0.0 > Reporter: Stamatis Zampetakis > Assignee: Mark Bathori > Priority: Major > Labels: pull-request-available > Time Spent: 3h > Remaining Estimate: 0h > > Currently there are two class hierarchies managing JDBC databases in tests, > [DatabaseRule|https://github.com/apache/hive/blob/d35de014dd49fdcfe0aacb68e6c587beff6d1dea/standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/dbinstall/rules/DatabaseRule.java] > and > [AbstractExternalDB|https://github.com/apache/hive/blob/d35de014dd49fdcfe0aacb68e6c587beff6d1dea/itests/util/src/main/java/org/apache/hadoop/hive/ql/externalDB/AbstractExternalDB.java]. > There are many similarities between these hierarchies and certain parts are > duplicated. > The goal of this JIRA is to refactor the aforementioned hierarchies to reduce > code duplication and improve extensibility. -- This message was sent by Atlassian Jira (v8.20.7#820007)