[
https://issues.apache.org/jira/browse/BEAM-5908?focusedWorklogId=160038&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-160038
]
ASF GitHub Bot logged work on BEAM-5908:
----------------------------------------
Author: ASF GitHub Bot
Created on: 29/Oct/18 16:25
Start Date: 29/Oct/18 16:25
Worklog Time Spent: 10m
Work Description: swegner closed pull request #6867: [BEAM-5908] Revert
"[BEAM-5887] Fix classifier for unshaded tests"
URL: https://github.com/apache/beam/pull/6867
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/job_PostCommit_Java_GradleBuild.groovy
b/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
index e2b1515bad0..81a47631ec1 100644
--- a/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
+++ b/.test-infra/jenkins/job_PostCommit_Java_GradleBuild.groovy
@@ -43,6 +43,8 @@
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/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index edeafb73703..18543ced40d 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -608,7 +608,7 @@ class BeamModulePlugin implements Plugin<Project> {
// Ensure that tests are packaged and part of the artifact set.
project.task('packageTests', type: Jar) {
- classifier = 'tests-unshaded'
+ classifier = 'tests'
from project.sourceSets.test.output
}
project.artifacts.archives project.packageTests
----------------------------------------------------------------
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: 160038)
Time Spent: 1h (was: 50m)
> Postcommit failure after fixing unshaded test jar classifier
> ------------------------------------------------------------
>
> Key: BEAM-5908
> URL: https://issues.apache.org/jira/browse/BEAM-5908
> Project: Beam
> Issue Type: Bug
> Components: test-failures
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: Critical
> Time Spent: 1h
> Remaining Estimate: 0h
>
> https://builds.apache.org/job/beam_PostCommit_Java_GradleBuild/1778/#showFailuresLink
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)