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

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

                Author: ASF GitHub Bot
            Created on: 30/Oct/18 02:33
            Start Date: 30/Oct/18 02:33
    Worklog Time Spent: 10m 
      Work Description: kennknowles closed pull request #6875: [BEAM-5907] 
Disable DF worker tests that do not work under parallel build
URL: https://github.com/apache/beam/pull/6875
 
 
   

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 cda41a2ca0f..214c2fdffbf 100644
--- a/.test-infra/jenkins/PrecommitJobBuilder.groovy
+++ b/.test-infra/jenkins/PrecommitJobBuilder.groovy
@@ -105,10 +105,6 @@ class PrecommitJobBuilder {
           rootBuildScriptDir(commonJobProperties.checkoutDir)
           tasks(gradleTask)
           commonJobProperties.setGradleSwitches(delegate)
-          if (nameBase == 'Java') {
-            // BEAM-5035: Parallel builds are very flaky
-            switches('--no-parallel')
-          }
         }
       }
     }
diff --git a/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy 
b/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
index 81a47631ec1..e2b1515bad0 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
@@ -43,8 +43,6 @@ 
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_GradleBuild', 'Run Java
       commonJobProperties.setGradleSwitches(delegate)
       // Specify maven home on Jenkins, needed by Maven archetype integration 
tests.
       switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.2')
-      // BEAM-5035: Parallel builds are very flaky
-      switches('--no-parallel')
     }
   }
 }
diff --git 
a/.test-infra/jenkins/job_PostCommit_Java_PortabilityApi_GradleBuild.groovy 
b/.test-infra/jenkins/job_PostCommit_Java_PortabilityApi_GradleBuild.groovy
index 6ae98e474d2..f81c4d4e09b 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_PortabilityApi_GradleBuild.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_PortabilityApi_GradleBuild.groovy
@@ -43,8 +43,6 @@ 
PostcommitJobBuilder.postCommitJob('beam_PostCommit_Java_PortabilityApi_GradleBu
       commonJobProperties.setGradleSwitches(delegate)
       // Specify maven home on Jenkins, needed by Maven archetype integration 
tests.
       switches('-Pmaven_home=/home/jenkins/tools/maven/apache-maven-3.5.2')
-      // BEAM-5035: Parallel builds are very flaky
-      switches('--no-parallel')
       // To catch as many as failures
       switches('--continue')
     }


 

----------------------------------------------------------------
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: 160350)
    Time Spent: 1h 10m  (was: 1h)

> Dataflow worker unit test suite has thread-unsafe use of mockito
> ----------------------------------------------------------------
>
>                 Key: BEAM-5907
>                 URL: https://issues.apache.org/jira/browse/BEAM-5907
>             Project: Beam
>          Issue Type: Bug
>          Components: runner-dataflow
>            Reporter: Kenneth Knowles
>            Priority: Minor
>          Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> Some tests of portability bits failed in a test suite for the legacy worker. 
> Could be a naming problem or a configuration problem. Notably, they failed 
> due to changes in unshaded test jars, which no one should be using.
> https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1778/#showFailuresLink



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

Reply via email to