[
https://issues.apache.org/jira/browse/HIVE-27294?focusedWorklogId=860183&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-860183
]
ASF GitHub Bot logged work on HIVE-27294:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 02/May/23 21:26
Start Date: 02/May/23 21:26
Worklog Time Spent: 10m
Work Description: abstractdog merged PR #4267:
URL: https://github.com/apache/hive/pull/4267
Issue Time Tracking
-------------------
Worklog Id: (was: 860183)
Time Spent: 1.5h (was: 1h 20m)
> Remove redundant qt_database_all.q for memory consumption reasons
> -----------------------------------------------------------------
>
> Key: HIVE-27294
> URL: https://issues.apache.org/jira/browse/HIVE-27294
> Project: Hive
> Issue Type: Improvement
> Reporter: László Bodor
> Assignee: László Bodor
> Priority: Major
> Labels: pull-request-available
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> Currently, while running qt_database_all.q the qtest environment starts and
> runs all the RDMBS docker containers at the same time in beforeTest, which
> might end up in extreme memory consumption. This is suboptimal, and
> considering that the test cases are all covered by single, separate qtests,
> we can simply remove qt_database_all.q.
> {code}
> ./ql/src/test/queries/clientpositive/qt_database_postgres.q
> ./ql/src/test/queries/clientpositive/qt_database_oracle.q
> ./ql/src/test/queries/clientpositive/qt_database_mssql.q
> ./ql/src/test/queries/clientpositive/qt_database_mariadb.q
> ./ql/src/test/queries/clientpositive/qt_database_mysql.q
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)