[
https://issues.apache.org/jira/browse/HIVE-26123?focusedWorklogId=755127&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-755127
]
ASF GitHub Bot logged work on HIVE-26123:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 11/Apr/22 08:00
Start Date: 11/Apr/22 08:00
Worklog Time Spent: 10m
Work Description: pvary commented on code in PR #3196:
URL: https://github.com/apache/hive/pull/3196#discussion_r847047102
##########
itests/util/src/main/java/org/apache/hadoop/hive/cli/control/CliConfigs.java:
##########
@@ -240,6 +240,101 @@ public MiniLlapLocalCliConfig() {
}
}
+ public static class PostgresMetastoreCliConfig extends AbstractCliConfig {
+ public PostgresMetastoreCliConfig() {
+ super(CoreCliDriver.class);
+ try {
+ setQueryDir("ql/src/test/queries/clientpositive");
+ includesFrom(testConfigProps, "ms.postgres.query.files");
+ setResultsDir("ql/src/test/results/clientpositive/mspostgres");
+ setLogDir("itests/qtest/target/qfile-results/mspostgres");
+ setInitScript("q_test_init.sql");
+ setCleanupScript("q_test_cleanup.sql");
+ setHiveConfDir("data/conf/llap");
+ setClusterType(MiniClusterType.LLAP);
Review Comment:
Which is the least costly (wrt resources) cluster type?
Do we need to initialize LLAP for this?
Issue Time Tracking
-------------------
Worklog Id: (was: 755127)
Time Spent: 0.5h (was: 20m)
> Introduce test coverage for sysdb for the different metastores
> --------------------------------------------------------------
>
> Key: HIVE-26123
> URL: https://issues.apache.org/jira/browse/HIVE-26123
> Project: Hive
> Issue Type: Test
> Components: Testing Infrastructure
> Affects Versions: 4.0.0-alpha-2
> Reporter: Alessandro Solimando
> Assignee: Alessandro Solimando
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0-alpha-2
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> _sydb_ exposes (some of) the metastore tables from Hive via JDBC queries.
> Existing tests are running only against Derby, meaning that any change
> against sysdb query mapping is not covered by CI.
> The present ticket aims at bridging this gap by introducing test coverage for
> the different supported metastore for sydb.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)