Commit 150779e
[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 783fc3a commit 150779e
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3296 | 3296 | | |
3297 | 3297 | | |
3298 | 3298 | | |
3299 | | - | |
3300 | | - | |
| 3299 | + | |
| 3300 | + | |
3301 | 3301 | | |
3302 | | - | |
| 3302 | + | |
3303 | 3303 | | |
3304 | 3304 | | |
3305 | 3305 | | |
| |||
0 commit comments