Commit 1fbd84b
gh-126909: Fix running xattr tests on systems with lower limits (GH-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 c2c18ac commit 1fbd84b
File tree
2 files changed
+5
-3
lines changed- Lib/test
- Misc/NEWS.d/next/Tests
2 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3917 | 3917 | | |
3918 | 3918 | | |
3919 | 3919 | | |
3920 | | - | |
3921 | | - | |
| 3920 | + | |
| 3921 | + | |
3922 | 3922 | | |
3923 | | - | |
| 3923 | + | |
3924 | 3924 | | |
3925 | 3925 | | |
3926 | 3926 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments