You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Luke Cwik (JIRA)" <ji...@apache.org> on 2018/07/17 17:48:00 UTC

[jira] [Commented] (BEAM-4330) Sporadic ZipExceptions in tests with gradle and "isRelease"

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

Luke Cwik commented on BEAM-4330:
---------------------------------

This was caused by having *jar* and *shadowJar* both use a *null* classifier when performing a release which caused the zip file to be overwritten during the build.

 

This was fixed by https://github.com/apache/beam/pull/5936 

> Sporadic ZipExceptions in tests with gradle and "isRelease" 
> ------------------------------------------------------------
>
>                 Key: BEAM-4330
>                 URL: https://issues.apache.org/jira/browse/BEAM-4330
>             Project: Beam
>          Issue Type: Sub-task
>          Components: io-java-elasticsearch
>            Reporter: Etienne Chauchot
>            Assignee: Luke Cwik
>            Priority: Major
>
> Some tests recently started to fail with (for exmaple with ElasticsearchIO)
>   
> {code:java}
>  java.util.ServiceConfigurationError at ElasticsearchIOTest.java:106    
> Caused by: java.util.zip.ZipException at ElasticsearchIOTest.java:106
>  
> {code}
>  



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