[
https://issues.apache.org/jira/browse/HIVE-26310?focusedWorklogId=780298&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-780298
]
ASF GitHub Bot logged work on HIVE-26310:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 10/Jun/22 12:31
Start Date: 10/Jun/22 12:31
Worklog Time Spent: 10m
Work Description: zabetak opened a new pull request, #3358:
URL: https://github.com/apache/hive/pull/3358
### Why are the changes needed?
1. Reduce maintenance overhead
2. Reduce dependencies
See HIVE-26310 for more info.
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Classes were not used so essentially there are no tests that need to run
Issue Time Tracking
-------------------
Worklog Id: (was: 780298)
Remaining Estimate: 0h
Time Spent: 10m
> 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
> Priority: Trivial
> Time Spent: 10m
> Remaining Estimate: 0h
>
> 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)