[
https://issues.apache.org/jira/browse/BEAM-11116?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Kenneth Knowles updated BEAM-11116:
-----------------------------------
Description:
{{./gradlew pullLicenses}} invokes a shell script which in turn invokes
{{./gradlew generateLicenseReport --rerun-tasks}}
When run as part of java precommit, both the main precommit and the license
pull build all the main model and SDK jars, and try to write them at the same
time. In an unrelated pull request I triggered this behavior, where Java
PreCommit saw corrupt jars on almost every build.
Here is an example:
https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/2811/consoleFull
was:
{{./gradlew pullLicenses}} invokes a shell script which in turn invokes
{{./gradlew generateLicenseReport --rerun-tasks}}
When run as part of java precommit, both the main precommit and the license
pull build all the main model and SDK jars, and try to write them at the same
time. In an unrelated pull request I triggered this behavior, where Java
PreCommit saw corrupt jars on almost every build.
> ./gradlew pullLicenses clobbers/corrupts built files
> ----------------------------------------------------
>
> Key: BEAM-11116
> URL: https://issues.apache.org/jira/browse/BEAM-11116
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Kenneth Knowles
> Assignee: Kenneth Knowles
> Priority: P1
>
> {{./gradlew pullLicenses}} invokes a shell script which in turn invokes
> {{./gradlew generateLicenseReport --rerun-tasks}}
> When run as part of java precommit, both the main precommit and the license
> pull build all the main model and SDK jars, and try to write them at the same
> time. In an unrelated pull request I triggered this behavior, where Java
> PreCommit saw corrupt jars on almost every build.
> Here is an example:
> https://ci-beam.apache.org/job/beam_PreCommit_Java_Phrase/2811/consoleFull
--
This message was sent by Atlassian Jira
(v8.3.4#803005)