[
https://issues.apache.org/jira/browse/BEAM-6946?focusedWorklogId=221171&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-221171
]
ASF GitHub Bot logged work on BEAM-6946:
----------------------------------------
Author: ASF GitHub Bot
Created on: 01/Apr/19 09:15
Start Date: 01/Apr/19 09:15
Worklog Time Spent: 10m
Work Description: lgajowy commented on pull request #8179: [BEAM-6946]
add test-infra go vendor folder to gitignore
URL: https://github.com/apache/beam/pull/8179
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to 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: 221171)
Time Spent: 20m (was: 10m)
> rat task failing on .test-infra/tools/vendor/
> ---------------------------------------------
>
> Key: BEAM-6946
> URL: https://issues.apache.org/jira/browse/BEAM-6946
> Project: Beam
> Issue Type: Bug
> Components: build-system
> Reporter: Michael Luckey
> Assignee: Michael Luckey
> Priority: Major
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The folder .test-infra/tools/vendor/ is created during build, but not part of
> .gitignore.
> This causes rat task to fail, if reexecuted without explicit clean before.
> Steps to reproduce:
> {noformat}
> # ./gradlew -p .test-infra/tools/ build
> # git status --porcelain
> ?? .test-infra/tools/vendor/
> # ./gradlew rat
> {noformat}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)