You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@arrow.apache.org by "Wes McKinney (JIRA)" <ji...@apache.org> on 2017/09/20 18:07:00 UTC

[jira] [Created] (ARROW-1583) Use "travis_retry" function in some key places to reduce CI flakiness

Wes McKinney created ARROW-1583:
-----------------------------------

             Summary: Use "travis_retry" function in some key places to reduce CI flakiness
                 Key: ARROW-1583
                 URL: https://issues.apache.org/jira/browse/ARROW-1583
             Project: Apache Arrow
          Issue Type: Improvement
            Reporter: Wes McKinney


There's enough things that can go wrong in our CI due to external package registries that we can often end up with spurious failures not caused by code changes.

For example, here is an NPM registry failure:

https://travis-ci.org/apache/arrow/jobs/277798491#L941

I have seen Maven Central fail or anaconda.org fail in the past, too. Some of these package commands that hit external resources could be wrapped in {{travis_retry}} to give them another shot at success



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)