[jira] [Updated] (HIVE-26910) Backport HIVE-19104: Use independent warehouse directories in test metastores.

2023-01-05 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated HIVE-26910:
--
Labels: hive-3.2.0-must pull-request-available  (was: hive-3.2.0-must)

> Backport HIVE-19104: Use independent warehouse directories in test metastores.
> --
>
> Key: HIVE-26910
> URL: https://issues.apache.org/jira/browse/HIVE-26910
> Project: Hive
>  Issue Type: Sub-task
>  Components: Test
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Major
>  Labels: hive-3.2.0-must, pull-request-available
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> {{TestHS2ImpersonationWithRemoteMS}} fails on branch-3. It makes assertions 
> about the state of the warehouse directory, but it doesn't account for a part 
> of metastore initialization that updates the warehouse directory to 
> parameterize it by port number for test isolation.
> {{MetaStoreTestUtils#startMetaStoreWithRetry}} sets the warehouse directory 
> as the new {{metastore.warehouse.dir}} property. 
> {{AbstractHiveService#get/setWareHouseDir}} later works with the deprecated 
> {{hive.metastore.warehouse.dir}} property. {{MetastoreConf}} will take care 
> of resolving requests for the new property to values under the old property, 
> but not vice versa.
> On master, HIVE-19104 included an additional line in {{MiniHs2}} to make sure 
> these 2 properties would stay in sync for test runs. This issue tracks a 
> slightly modified backport of that patch to branch-3.



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


[jira] [Updated] (HIVE-26910) Backport HIVE-19104: Use independent warehouse directories in test metastores.

2023-01-05 Thread Chris Nauroth (Jira)


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

Chris Nauroth updated HIVE-26910:
-
Parent: HIVE-26836
Issue Type: Sub-task  (was: Bug)

> Backport HIVE-19104: Use independent warehouse directories in test metastores.
> --
>
> Key: HIVE-26910
> URL: https://issues.apache.org/jira/browse/HIVE-26910
> Project: Hive
>  Issue Type: Sub-task
>  Components: Test
>Reporter: Chris Nauroth
>Assignee: Chris Nauroth
>Priority: Major
>  Labels: hive-3.2.0-must
>
> {{TestHS2ImpersonationWithRemoteMS}} fails on branch-3. It makes assertions 
> about the state of the warehouse directory, but it doesn't account for a part 
> of metastore initialization that updates the warehouse directory to 
> parameterize it by port number for test isolation.
> {{MetaStoreTestUtils#startMetaStoreWithRetry}} sets the warehouse directory 
> as the new {{metastore.warehouse.dir}} property. 
> {{AbstractHiveService#get/setWareHouseDir}} later works with the deprecated 
> {{hive.metastore.warehouse.dir}} property. {{MetastoreConf}} will take care 
> of resolving requests for the new property to values under the old property, 
> but not vice versa.
> On master, HIVE-19104 included an additional line in {{MiniHs2}} to make sure 
> these 2 properties would stay in sync for test runs. This issue tracks a 
> slightly modified backport of that patch to branch-3.



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