[
https://issues.apache.org/jira/browse/HIVE-26002?focusedWorklogId=738822&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-738822
]
ASF GitHub Bot logged work on HIVE-26002:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 09/Mar/22 15:05
Start Date: 09/Mar/22 15:05
Worklog Time Spent: 10m
Work Description: zabetak commented on a change in pull request #3081:
URL: https://github.com/apache/hive/pull/3081#discussion_r822746338
##########
File path:
standalone-metastore/metastore-server/src/test/java/org/apache/hadoop/hive/metastore/tools/schematool/TestSchemaToolForMetastore.java
##########
@@ -370,6 +370,44 @@ public void testSchemaUpgrade() throws Exception {
schemaTool.verifySchemaVersion();
}
+ /**
+ * Test schema upgrade checking that the alpha version is called
+ */
+ @Test
+ public void testSchemaUpgradeFromAlphaVersion() throws Exception {
Review comment:
It's true that `DbInstallBase` tests are a bit trickier to run but they
should run everywhere. The following works for me locally:
`mvn -pl standalone-metastore/metastore-server/ verify -DskipITests=false
-Dit.test=ITestDerby -Dtest=nosuch`
Moreover, I don't find a strong reason to have these `DbInstallBase`
declared as integration tests. They just complicate our lives.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 738822)
Time Spent: 50m (was: 40m)
> Create db scripts for 4.0.0-alpha-1
> -----------------------------------
>
> Key: HIVE-26002
> URL: https://issues.apache.org/jira/browse/HIVE-26002
> Project: Hive
> Issue Type: Task
> Reporter: Peter Vary
> Assignee: Peter Vary
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-1
>
> Time Spent: 50m
> Remaining Estimate: 0h
>
> For the release we need to create the appropriate sql scripts for HMS db
> initialization
--
This message was sent by Atlassian Jira
(v8.20.1#820001)