You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@hive.apache.org by "László Bodor (Jira)" <ji...@apache.org> on 2023/04/25 14:59:00 UTC

[jira] [Updated] (HIVE-27294) Remove redundant qt_database_all.q for memory consumption reasons

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

László Bodor updated HIVE-27294:
--------------------------------
    Description: 
Currently while running qt_database_all.q qtest environment starts and run all 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 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}

  was:Currently while running qt_database_all.q qtest environment starts and run all RDMBS docker containers which might end up in extreme memory consumption. This is suboptimal, and considering that the test cases are all covered by single qtests, we can simply remove 


> 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
>
> Currently while running qt_database_all.q qtest environment starts and run all 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 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)