[
https://issues.apache.org/jira/browse/BEAM-3669?focusedWorklogId=107930&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-107930
]
ASF GitHub Bot logged work on BEAM-3669:
----------------------------------------
Author: ASF GitHub Bot
Created on: 31/May/18 23:05
Start Date: 31/May/18 23:05
Worklog Time Spent: 10m
Work Description: pabloem closed pull request #5527: [BEAM-3669] clean
generated files prior to lint
URL: https://github.com/apache/beam/pull/5527
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/python/tox.ini b/sdks/python/tox.ini
index 3b334376852..18ed8d6761b 100644
--- a/sdks/python/tox.ini
+++ b/sdks/python/tox.ini
@@ -87,6 +87,7 @@ deps =
commands =
python --version
pip --version
+ {toxinidir}/scripts/run_tox_cleanup.sh
time {toxinidir}/scripts/run_pylint.sh
[testenv:py27-lint3]
@@ -105,6 +106,7 @@ modules =
commands =
python --version
pip --version
+ {toxinidir}/scripts/run_tox_cleanup.sh
time {toxinidir}/scripts/run_pylint_2to3.sh {[testenv:py27-lint3]modules}
@@ -120,6 +122,7 @@ setenv =
commands =
python --version
pip --version
+ {toxinidir}/scripts/run_tox_cleanup.sh
time {toxinidir}/scripts/run_mini_py3lint.sh
[testenv:docs]
----------------------------------------------------------------
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: 107930)
Time Spent: 50m (was: 40m)
> Linter error in statesampler_fast
> ---------------------------------
>
> Key: BEAM-3669
> URL: https://issues.apache.org/jira/browse/BEAM-3669
> Project: Beam
> Issue Type: Bug
> Components: sdk-py-core
> Reporter: Ahmet Altay
> Assignee: Pablo Estrada
> Priority: Major
> Time Spent: 50m
> Remaining Estimate: 0h
>
> This is a precommit failure, but I have seen it in 2 unrelated pre-commits.
> It is possible that this is an issue with the head:
> Link to a job:
> https://builds.apache.org/job/beam_PreCommit_Python_MavenInstall/2661/org.apache.beam$beam-sdks-python/console
>
> Running pylint for module apache_beam:
> ************* Module apache_beam.runners.worker.statesampler_fast
> E: 1, 0: compile() expected string without null bytes (syntax-error)
> ************* Module apache_beam.coders.stream
> E: 1, 0: compile() expected string without null bytes (syntax-error)
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)