You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Michael A. Smith (Jira)" <ji...@apache.org> on 2019/11/17 01:02:27 UTC

[jira] [Work started] (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:all-tabpanel ]

Work on AVRO-2615 started by Michael A. Smith.
----------------------------------------------
> 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)