[
https://issues.apache.org/jira/browse/BEAM-4831?focusedWorklogId=126231&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-126231
]
ASF GitHub Bot logged work on BEAM-4831:
----------------------------------------
Author: ASF GitHub Bot
Created on: 23/Jul/18 18:49
Start Date: 23/Jul/18 18:49
Worklog Time Spent: 10m
Work Description: lukecwik closed pull request #6012: [BEAM-4831] Ignore
failures during :beam-sdks-go:vet
URL: https://github.com/apache/beam/pull/6012
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/sdks/go/build.gradle b/sdks/go/build.gradle
index 43386995d86..fe117bb9b69 100644
--- a/sdks/go/build.gradle
+++ b/sdks/go/build.gradle
@@ -35,4 +35,9 @@ golang {
// Build integration test driver
go 'build -o ./build/bin/integration
github.com/apache/beam/sdks/go/test/integration'
}
+
+ // Ignore spurious vet errors during check for [BEAM-4831].
+ vet {
+ continueOnFailure = true
+ }
}
----------------------------------------------------------------
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: 126231)
Time Spent: 20m (was: 10m)
> Fix broken go vet task in the gradle build
> ------------------------------------------
>
> Key: BEAM-4831
> URL: https://issues.apache.org/jira/browse/BEAM-4831
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Alex Amato
> Assignee: Robert Burke
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> Reproduce by running
> {{./gradlew check}}
> {{Today this is failing.}}
> {{go vet seems to be trying to validate files in a vendor folder.}}
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)