Page MenuHomePhabricator

[upstream] [worked around] Jenkins stalls in flake8-docstring
Closed, ResolvedPublic

Description

From [1]:
pep257 yields some error which apparently cause flake8 2.2.3 to stall
completely waiting for some input.

An upstream issue [2]
[1]: https://gerrit.wikimedia.org/r/157291
[2]: https://bitbucket.org/tarek/flake8/issue/167/flake8-223-stall-with-multiprocessing


Version: wmf-deployment
Severity: normal

Details

Reference
bz70197

Event Timeline

bzimport raised the priority of this task from to Low.Nov 22 2014, 3:38 AM
bzimport set Reference to bz70197.
bzimport added a subscriber: Unknown Object (MLST).

Note: this is worked around by using flake8 --jobs=1, which disable multiprocessing in flake8.

This is worked around and has been filled to upstream. Not much more we can do.

Change 168586 had a related patch set uploaded by Hashar:
Let flake8-docstrings use multiprocessing again

https://gerrit.wikimedia.org/r/168586

Change 168586 merged by jenkins-bot:
Let flake8-docstrings use multiprocessing again

https://gerrit.wikimedia.org/r/168586