Michael A. Smith created AVRO-2615:
--------------------------------------
Summary: 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
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)