Commit 2c0a21c
authored
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.
1 parent f9c5573 commit 2c0a21c
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 | |
|---|---|---|---|
| |||
3967 | 3967 | | |
3968 | 3968 | | |
3969 | 3969 | | |
3970 | | - | |
3971 | | - | |
| 3970 | + | |
| 3971 | + | |
3972 | 3972 | | |
3973 | | - | |
| 3973 | + | |
3974 | 3974 | | |
3975 | 3975 | | |
3976 | 3976 | | |
| |||
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments