Stamatis Zampetakis created HIVE-26310:
------------------------------------------
Summary: Remove unused junit runners from test-utils module
Key: HIVE-26310
URL: https://issues.apache.org/jira/browse/HIVE-26310
Project: Hive
Issue Type: Task
Components: Testing Infrastructure
Reporter: Stamatis Zampetakis
Assignee: Stamatis Zampetakis
The two classes under
https://github.com/apache/hive/tree/master/testutils/src/java/org/apache/hive/testutils/junit/runners
namely:
*
[ConcurrentTestRunner|https://github.com/apache/hive/blob/fe0f1a648b14cdf27edcf7a5d323cbd060104ebf/testutils/src/java/org/apache/hive/testutils/junit/runners/ConcurrentTestRunner.java]
*
[ConcurrentScheduler|https://github.com/apache/hive/blob/fe0f1a648b14cdf27edcf7a5d323cbd060104ebf/testutils/src/java/org/apache/hive/testutils/junit/runners/model/ConcurrentScheduler.java]
have been introduced a long time ago by HIVE-2935 to somewhat parallelize
execution for {{TestBeeLineDriver}}.
However, since HIVE-14444 (resolved 6 years ago) they are not used by anyone
and unlikely to be used again in the future since there are much more modern
alternatives.
--
This message was sent by Atlassian Jira
(v8.20.7#820007)