[ https://issues.apache.org/jira/browse/AVRO-2615?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16975906#comment-16975906 ]
Hudson commented on AVRO-2615: ------------------------------ SUCCESS: Integrated in Jenkins build AvroJava #771 (See [https://builds.apache.org/job/AvroJava/771/]) AVRO-2615: Fail the Linter when Pycodestyle Fails (#715) (github: [https://github.com/apache/avro/commit/3953878891efdc2a222e57382c3cfeab0a70079c]) * (edit) lang/py3/avro/tests/test_datafile.py * (edit) lang/py3/setup.py > 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)