Re: [PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

2021-01-27 Thread John Snow
On 1/27/21 5:42 AM, Max Reitz wrote: Sounds reasonable to me (can’t find pylint-3 on Arch, for example).  As a follow-up, that is, because I’m afraid I’ve already put this series in a pull request... Max Ah, yeah. I checked master but didn't hunt through the maintainer branches. It's not

Re: [PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

2021-01-27 Thread Max Reitz
On 26.01.21 22:28, John Snow wrote: On 1/18/21 5:57 AM, Max Reitz wrote: Instead of checking iotests.py only, check all Python files in the qemu-iotests/ directory.  Of course, most of them do not pass, so there is an extensive skip list for now.  (The only files that do pass are 209, 254, 283,

Re: [PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

2021-01-26 Thread John Snow
On 1/18/21 5:57 AM, Max Reitz wrote: Instead of checking iotests.py only, check all Python files in the qemu-iotests/ directory. Of course, most of them do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) Chiming in to say

Re: [PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

2021-01-18 Thread Vladimir Sementsov-Ogievskiy
18.01.2021 13:57, Max Reitz wrote: Instead of checking iotests.py only, check all Python files in the qemu-iotests/ directory. Of course, most of them do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) (Alternatively, we co

[PATCH v5 02/10] iotests/297: Rewrite in Python and extend reach

2021-01-18 Thread Max Reitz
Instead of checking iotests.py only, check all Python files in the qemu-iotests/ directory. Of course, most of them do not pass, so there is an extensive skip list for now. (The only files that do pass are 209, 254, 283, and iotests.py.) (Alternatively, we could have the opposite, i.e. an explic