Commit 4152589
[3.12] pythongh-126909: Fix running xattr tests on systems with lower limits (pythonGH-126930) (python#126964)
pythongh-126909: Fix running xattr tests on systems with lower limits (pythonGH-126930)
Modify the extended attribute tests to write fewer and smaller extended
attributes, in order to fit within filesystems with total xattr limit
of 1 KiB (e.g. ext4 with 1 KiB blocks). Previously, the test would
write over 2 KiB, making it fail with ENOSPC on such systems.
(cherry picked from commit 2c0a21c)
Co-authored-by: Michał Górny <mgorny@gentoo.org>1 parent edcfb7a commit 4152589
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3478 | 3478 | | |
3479 | 3479 | | |
3480 | 3480 | | |
3481 | | - | |
3482 | | - | |
| 3481 | + | |
| 3482 | + | |
3483 | 3483 | | |
3484 | | - | |
| 3484 | + | |
3485 | 3485 | | |
3486 | 3486 | | |
3487 | 3487 | | |
| |||
0 commit comments