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 02:45:00 UTC

[jira] [Resolved] (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 ]

Michael A. Smith resolved AVRO-2615.
------------------------------------
    Fix Version/s: 1.10.0
       Resolution: Fixed

> 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
>             Fix For: 1.10.0
>
>
> 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)