[ 
https://issues.apache.org/jira/browse/BEAM-5035?focusedWorklogId=171398&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-171398
 ]

ASF GitHub Bot logged work on BEAM-5035:
----------------------------------------

                Author: ASF GitHub Bot
            Created on: 02/Dec/18 19:39
            Start Date: 02/Dec/18 19:39
    Worklog Time Spent: 10m 
      Work Description: stale[bot] closed pull request #6280: [BEAM-5035] Only 
up timeout on java
URL: https://github.com/apache/beam/pull/6280
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/.test-infra/jenkins/PrecommitJobBuilder.groovy 
b/.test-infra/jenkins/PrecommitJobBuilder.groovy
index c1a5be3bc90f..ff8734885479 100644
--- a/.test-infra/jenkins/PrecommitJobBuilder.groovy
+++ b/.test-infra/jenkins/PrecommitJobBuilder.groovy
@@ -30,7 +30,7 @@ class PrecommitJobBuilder {
   String gradleTask
 
   /** Overall job timeout. */
-  int timeoutMins = 120
+  int timeoutMins = 30
 
   /** If defined, set of path expressions used to trigger the job on commit. */
   List<String> triggerPathPatterns = []
@@ -92,6 +92,10 @@ class PrecommitJobBuilder {
 
   private Object createBaseJob(nameSuffix, usesRegionFilter = false) {
     def allowRemotePoll = !usesRegionFilter
+    if (nameBase == 'Java') {
+      // BEAM-5035: Parallel builds are very flaky
+      timeoutMins = 120
+    }
     return scope.job("beam_PreCommit_${nameBase}_${nameSuffix}") {
       commonJobProperties.setTopLevelMainJobProperties(delegate,
       'master',


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


Issue Time Tracking
-------------------

    Worklog Id:     (was: 171398)
    Time Spent: 4h 40m  (was: 4.5h)

> beam_PostCommit_Java_GradleBuild/1105 :beam-examples-java:compileTestJava 
> FAILED
> --------------------------------------------------------------------------------
>
>                 Key: BEAM-5035
>                 URL: https://issues.apache.org/jira/browse/BEAM-5035
>             Project: Beam
>          Issue Type: Improvement
>          Components: test-failures
>            Reporter: Mikhail Gryzykhin
>            Assignee: Andrew Pilloud
>            Priority: Critical
>             Fix For: 2.7.0
>
>          Time Spent: 4h 40m
>  Remaining Estimate: 0h
>
> Compilation failed for
> [https://builds.apache.org/view/A-D/view/Beam/job/beam_PostCommit_Java_GradleBuild/1105/]
>  > Task :beam-examples-java:compileTestJava FAILED
>  
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_GradleBuild/src/examples/java/src/test/java/org/apache/beam/examples/cookbook/BigQueryTornadoesIT.java:22:
>  error: cannot access BigqueryMatcher
>  import org.apache.beam.sdk.io.gcp.testing.BigqueryMatcher;
>  ^
>  bad class file: 
> /home/jenkins/jenkins-slave/workspace/beam_PostCommit_Java_GradleBuild/src/sdks/java/io/google-cloud-platform/build/libs/beam-sdks-java-io-google-cloud-platform-2.7.0-SNAPSHOT-tests.jar(/org/apache/beam/sdk/io/gcp/testing/BigqueryMatcher.class)
>  unable to access file: java.util.zip.ZipException: invalid stored block 
> lengths
>  Please remove or make sure it appears in the correct subdirectory of the 
> classpath.
>  1 error
>  
> https://github.com/apache/beam/blame/328129bf033bc6be16bc8e09af905f37b7516412/examples/java/src/test/java/org/apache/beam/examples/cookbook/BigQueryTornadoesIT.java
>  



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

Reply via email to