[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-19560:
---
Fix Version/s: 4.0.0

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Fix For: 3.1.0, 4.0.0
>
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, e.g ParametrizedTests which already is a 
> customer TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-24 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-19560:
---
Fix Version/s: (was: 4.0.0)
   3.1.0

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Fix For: 3.1.0
>
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, e.g ParametrizedTests which already is a 
> customer TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-22 Thread Vineet Garg (JIRA)

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

Vineet Garg updated HIVE-19560:
---
Fix Version/s: (was: 3.1.0)
   4.0.0

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Fix For: 4.0.0
>
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, e.g ParametrizedTests which already is a 
> customer TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-15 Thread Jesus Camacho Rodriguez (JIRA)

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

Jesus Camacho Rodriguez updated HIVE-19560:
---
   Resolution: Fixed
Fix Version/s: 3.1.0
   Status: Resolved  (was: Patch Available)

Pushed to master, thanks [~prasanth_j]

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Fix For: 3.1.0
>
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, e.g ParametrizedTests which already is a 
> customer TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-15 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-19560:
-
Description: Implement custom test runner that retries failed tests as a 
workaround for flakiness. Also a test rule for retrying failed tests (for cases 
where custom test runner is not possible, e.g ParametrizedTests which already 
is a customer TestRunner).   (was: Implement custom test runner that retries 
failed tests as a workaround for flakiness. Also a test rule for retrying 
failed tests (for cases where custom test runner is not possible, 
ParametrizedTests already uses a TestRunner). )

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, e.g ParametrizedTests which already is a 
> customer TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-15 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-19560:
-
Status: Patch Available  (was: Open)

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, ParametrizedTests already uses a TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (HIVE-19560) Retry test runner and retry rule for flaky tests

2018-05-15 Thread Prasanth Jayachandran (JIRA)

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

Prasanth Jayachandran updated HIVE-19560:
-
Attachment: HIVE-19560.1.patch

> Retry test runner and retry rule for flaky tests
> 
>
> Key: HIVE-19560
> URL: https://issues.apache.org/jira/browse/HIVE-19560
> Project: Hive
>  Issue Type: Improvement
>  Components: Test
>Affects Versions: 3.1.0
>Reporter: Prasanth Jayachandran
>Assignee: Prasanth Jayachandran
>Priority: Major
> Attachments: HIVE-19560.1.patch
>
>
> Implement custom test runner that retries failed tests as a workaround for 
> flakiness. Also a test rule for retrying failed tests (for cases where custom 
> test runner is not possible, ParametrizedTests already uses a TestRunner). 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)