[
https://issues.apache.org/jira/browse/HIVE-27427?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dmitriy Fingerman updated HIVE-27427:
-------------------------------------
Description:
It often happens that Hive unit tests fail during pre-commit which requires
rerunning the whole pre-commit job and creates hours of delays. Maven has the
ability to rerun failed tests. There is the following property in
maven-surefire-plugin which can be used for that:
{code:java}
rerunFailingTestsCount{code}
* [Dev mail
discussion|https://lists.apache.org/thread/3vfw9b7wc35vr17zjzk1pq2jrgtkdvrq]
* [Rerun Failing
Tests|https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html]
was:
It often happens that Hive unit tests fail during pre-commit which requires
rerunning the whole pre-commit job and creates hours of delays. Maven has the
ability to rerun failed tests. There is the following property in
maven-surefire-plugin which can be used for that:
{code:java}
rerunFailingTestsCount{code}
[Dev mail
discussion|https://lists.apache.org/thread/3vfw9b7wc35vr17zjzk1pq2jrgtkdvrq]
[Rerun Failing
Tests|https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html]
> Automatic rerunning of failed tests in Hive Pre-commit job
> ----------------------------------------------------------
>
> Key: HIVE-27427
> URL: https://issues.apache.org/jira/browse/HIVE-27427
> Project: Hive
> Issue Type: Improvement
> Reporter: Dmitriy Fingerman
> Assignee: Dmitriy Fingerman
> Priority: Major
>
> It often happens that Hive unit tests fail during pre-commit which requires
> rerunning the whole pre-commit job and creates hours of delays. Maven has the
> ability to rerun failed tests. There is the following property in
> maven-surefire-plugin which can be used for that:
> {code:java}
> rerunFailingTestsCount{code}
> * [Dev mail
> discussion|https://lists.apache.org/thread/3vfw9b7wc35vr17zjzk1pq2jrgtkdvrq]
> * [Rerun Failing
> Tests|https://maven.apache.org/surefire/maven-surefire-plugin/examples/rerun-failing-tests.html]
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)