[ 
https://issues.apache.org/jira/browse/FLINK-7230?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16094418#comment-16094418
 ] 

ASF GitHub Bot commented on FLINK-7230:
---------------------------------------

GitHub user zentol opened a pull request:

    https://github.com/apache/flink/pull/4377

    [FLINK-7230] [travis] Disable snapshot updates

    This PR forbids downloading snapshot dependencies on Travis.
    
    The travis builds call maven twice, once for compiling modules, and once 
for running tests.
    
    While running the tests maven occasionally downloaded snapshot artifacts 
even though we _just built them_ locally.
    
    The only SNAPSHOT dependencies that we have are from Flink, and all of 
these are built locally in the compile step. There should be no downside to 
this.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/zentol/flink 7230

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flink/pull/4377.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 #4377
    
----
commit 9ba19000c19cb706fe954b36085e7e531cb974c3
Author: zentol <ches...@apache.org>
Date:   2017-07-19T14:16:54Z

    [FLINK-7230] [travis] Disable snapshot updates

----


> Travis sometimes fails due to downloaded snapshot artifacts
> -----------------------------------------------------------
>
>                 Key: FLINK-7230
>                 URL: https://issues.apache.org/jira/browse/FLINK-7230
>             Project: Flink
>          Issue Type: Bug
>          Components: Tests, Travis
>    Affects Versions: 1.4.0
>            Reporter: Chesnay Schepler
>            Assignee: Chesnay Schepler
>            Priority: Critical
>             Fix For: 1.4.0
>
>
> The travis builds currently fail sometimes because for some reason snapshot 
> artifacts are downloaded when executing tests, after compilation. This causes 
> issues for the java 7 profiles, as the snapshot artifacts are released with 
> java 8.
> The cause for this is currently unknown; I'm currently trying builds that 
> forbid downloading snapshot artifacts or downloading artifacts during testing 
> in general.
> Since this issue doesn't always occur I will run these tests multiple times 
> until tomorrow, and if the issue hasn't appeared again will open a PR.



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

Reply via email to