[
https://issues.apache.org/jira/browse/HIVE-27294?focusedWorklogId=859131&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-859131
]
ASF GitHub Bot logged work on HIVE-27294:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 26/Apr/23 10:52
Start Date: 26/Apr/23 10:52
Worklog Time Spent: 10m
Work Description: sonarcloud[bot] commented on PR #4267:
URL: https://github.com/apache/hive/pull/4267#issuecomment-1523217558
Kudos, SonarCloud Quality Gate passed! [](https://sonarcloud.io/dashboard?id=apache_hive&pullRequest=4267)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=BUG)
[0
Bugs](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=BUG)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=VULNERABILITY)
[0
Vulnerabilities](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=VULNERABILITY)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4267&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4267&resolved=false&types=SECURITY_HOTSPOT)
[0 Security
Hotspots](https://sonarcloud.io/project/security_hotspots?id=apache_hive&pullRequest=4267&resolved=false&types=SECURITY_HOTSPOT)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=CODE_SMELL)
[0 Code
Smells](https://sonarcloud.io/project/issues?id=apache_hive&pullRequest=4267&resolved=false&types=CODE_SMELL)
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=4267&metric=coverage&view=list)
No Coverage information
[](https://sonarcloud.io/component_measures?id=apache_hive&pullRequest=4267&metric=duplicated_lines_density&view=list)
No Duplication information
Issue Time Tracking
-------------------
Worklog Id: (was: 859131)
Time Spent: 40m (was: 0.5h)
> 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: 40m
> 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)
