You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/11/17 02:44:00 UTC

[jira] [Commented] (AVRO-2615) py3 lint failure does not cause test failure

    [ https://issues.apache.org/jira/browse/AVRO-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975876#comment-16975876 ] 

ASF subversion and git services commented on AVRO-2615:
-------------------------------------------------------

Commit 3953878891efdc2a222e57382c3cfeab0a70079c in avro's branch refs/heads/master from Michael A. Smith
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=3953878 ]

AVRO-2615: Fail the Linter when Pycodestyle Fails (#715)

* AVRO-2615: Fail the Linter when Pycodestyle Fails

* AVRO-2615: Fix Lint Failure


> py3 lint failure does not cause test failure
> --------------------------------------------
>
>                 Key: AVRO-2615
>                 URL: https://issues.apache.org/jira/browse/AVRO-2615
>             Project: Apache Avro
>          Issue Type: Test
>          Components: build, python
>            Reporter: Michael A. Smith
>            Assignee: Michael A. Smith
>            Priority: Major
>
> When running ./build.sh lint in lang/py3, an error does not reflect in the unix exit status, and the tests are allowed to continue.
> {noformat}
> $ ./build.sh lint
> running isort
> running lint
> ./avro/tests/test_datafile.py:295:9: E125 continuation line with same indent as next logical line
> 1 E125 continuation line with same indent as next logical line
> michael@bceae9b0f237:~/avro/lang/py3$ echo $?
> 0
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)