[
https://issues.apache.org/jira/browse/THRIFT-3579?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15113855#comment-15113855
]
ASF GitHub Bot commented on THRIFT-3579:
----------------------------------------
GitHub user nsuke opened a pull request:
https://github.com/apache/thrift/pull/818
THRIFT-3579 Introduce retry to make cross
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/nsuke/thrift THRIFT-3579
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/thrift/pull/818.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #818
----
commit 6c6537cc05e8380233cdd76fe157c9b2523452ce
Author: Nobuaki Sukegawa <[email protected]>
Date: 2016-01-23T16:34:29Z
THRIFT-3579 Introduce retry to make cross
----
> Introduce retry to make cross
> -----------------------------
>
> Key: THRIFT-3579
> URL: https://issues.apache.org/jira/browse/THRIFT-3579
> Project: Thrift
> Issue Type: Improvement
> Reporter: Aki Sukegawa
> Assignee: Aki Sukegawa
> Priority: Minor
>
> 1300+ tests with recently added SegFault detection, make cross on Travis-CI
> fails too often.
> Ideally every flaky test should be listed and tracked but it's more important
> to clearly indicate deterministic failures that is being introduced.
> This changes make cross to retry up to 3 times and if any retry has happened,
> the test case is listed in "flaky" section but does not affect return code of
> make cross.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)