gh-148841: Fix test_posix on FreeBSD 15 with zfs filesys#148844
gh-148841: Fix test_posix on FreeBSD 15 with zfs filesys#148844neek78 wants to merge 9 commits intopython:mainfrom
Conversation
Handle EOPNOTSUPP as well as EINVAL in this case.
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
I think the patch is confusing, I get the same failure on ZFS, but we'll now skip with a reason it were FFS. Should the two paths be unified to just skip on FFS and ZFS (i. e. with EOPNOSUPP and EINVAL, on all the operating systems, and just use one unified reason? |
Yes, fair point. I've updated the patch. |
Handle EOPNOTSUPP as well as EINVAL in this case.