[
https://issues.apache.org/jira/browse/HIVE-25681?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Zoltan Haindrich resolved HIVE-25681.
-------------------------------------
Fix Version/s: 4.0.0
Resolution: Fixed
merged into master. Thank you [~zabetak]!
> Drop support for multi-threaded qtest execution via QTestRunnerUtils
> --------------------------------------------------------------------
>
> Key: HIVE-25681
> URL: https://issues.apache.org/jira/browse/HIVE-25681
> Project: Hive
> Issue Type: Task
> Components: Testing Infrastructure
> Affects Versions: 4.0.0
> Reporter: Stamatis Zampetakis
> Assignee: Stamatis Zampetakis
> Priority: Major
> Labels: pull-request-available
> Fix For: 4.0.0
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> There is an option for running qtest concurrently via
> [QTestRunnerUtils#queryListRunnerMultiThreaded|https://github.com/apache/hive/blob/a72db99676ca6a79b414906ab78963a3e955ae69/itests/util/src/main/java/org/apache/hadoop/hive/ql/QTestRunnerUtils.java#L128]
> but it is not in use for more than a year now.
> Moreover, with the move the kubernetes containerized test execution
> (HIVE-22942) it is unlikely that we will run concurrent tests using these
> APIs anytime soon.
> The only consumer of this API at the moment is
> [TestMTQueries|https://github.com/apache/hive/blob/master/itests/hive-unit/src/test/java/org/apache/hadoop/hive/ql/TestMTQueries.java]
> which is disabled and it basically corresponds to the unit tests for these
> APIs.
> I propose to drop these APIs and related test to facilitate code evolution
> and maintenance.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)