[
https://issues.apache.org/jira/browse/BEAM-5293?focusedWorklogId=140617&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-140617
]
ASF GitHub Bot logged work on BEAM-5293:
----------------------------------------
Author: ASF GitHub Bot
Created on: 03/Sep/18 15:26
Start Date: 03/Sep/18 15:26
Worklog Time Spent: 10m
Work Description: lgajowy closed pull request #6327: [BEAM-5293] Fix
build break while running IOIT on s3 filesystem
URL: https://github.com/apache/beam/pull/6327
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/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
index 757c1a5eeb5..c861588e1e3 100644
--- a/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/beam/gradle/BeamModulePlugin.groovy
@@ -1103,7 +1103,7 @@ artifactId=${project.name}
/* include dependencies required by AWS S3 */
if (filesystem?.equalsIgnoreCase('s3')) {
- testCompile it.project.project(path:
":beam-sdks-java-io-amazon-web-services", configuration: 'shadowTest')
+ testCompile it.project(path:
":beam-sdks-java-io-amazon-web-services", configuration: 'shadowTest')
}
}
----------------------------------------------------------------
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: 140617)
Time Spent: 0.5h (was: 20m)
> Unable to run IOIT on s3 filesystem
> -----------------------------------
>
> Key: BEAM-5293
> URL: https://issues.apache.org/jira/browse/BEAM-5293
> Project: Beam
> Issue Type: Bug
> Components: testing
> Reporter: Lukasz Gajowy
> Assignee: Lukasz Gajowy
> Priority: Major
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Due to change in gradle configuration (in BeamModulePlugin.groovy) it is now
> imposssible to download dependencies necessary for s3 filesystem. Running
> results in a build error.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)