]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 18 Nov 2024 13:33:53 +0000 (14:33 +0100)
committerGitHub <noreply@github.com>
Mon, 18 Nov 2024 13:33:53 +0000 (13:33 +0000)
commit1fbd84bf6887243f51b2ad95241a183ce547aea5
tree7ff2bc20637da34d289fa4b916154954c749d7ae
parentc2c18acc3db031647fce06c4e1701ec0303e309c
[3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930) (#126965)

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 2c0a21c1aad65ab8362491acf856eb574b1257ad)

Co-authored-by: Michał Górny <mgorny@gentoo.org>
Lib/test/test_os.py
Misc/NEWS.d/next/Tests/2024-11-17-16-56-48.gh-issue-126909.60VTxW.rst [new file with mode: 0644]