[
https://issues.apache.org/jira/browse/BEAM-6433?focusedWorklogId=199284&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-199284
]
ASF GitHub Bot logged work on BEAM-6433:
----------------------------------------
Author: ASF GitHub Bot
Created on: 15/Feb/19 15:27
Start Date: 15/Feb/19 15:27
Worklog Time Spent: 10m
Work Description: robertwb commented on issue #7513: [BEAM-6433] Clean up
an untracked file generated by python doctest
URL: https://github.com/apache/beam/pull/7513#issuecomment-464090197
As well as removing it, it would be good to put this somewhere out of the
tree (e.g. in a temp dir), similar to how all the other IOs do it.
----------------------------------------------------------------
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: 199284)
Time Spent: 0.5h (was: 20m)
> Clean up an untracked file generated by python doctest
> ------------------------------------------------------
>
> Key: BEAM-6433
> URL: https://issues.apache.org/jira/browse/BEAM-6433
> Project: Beam
> Issue Type: Improvement
> Components: testing
> Reporter: Kengo Seki
> Assignee: Kengo Seki
> Priority: Minor
> Labels: triaged
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> Running {{./gradlew :beam-sdks-python:docs}} leaves an untracked file called
> {{myoutput-00000-of-00001}} as follows. It should be removed when the test is
> finished.
> {code}
> $ git status
> On branch master
> Your branch is up to date with 'origin/master'.
> Untracked files:
> (use "git add <file>..." to include in what will be committed)
> sdks/python/myoutput-00000-of-00001
> nothing added to commit but untracked files present (use "git add" to track)
> {code}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)