Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

[3.13] gh-126909: Fix running xattr tests on systems with lower limits (GH-126930)#126965

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
vstinner merged 1 commit intopython:3.13frommiss-islington:backport-2c0a21c-3.13
Nov 18, 2024

Conversation

@miss-islington
Copy link
Contributor

@miss-islingtonmiss-islington commentedNov 18, 2024
edited by bedevere-appbot
Loading

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 commit2c0a21c)

Co-authored-by: Michał Górnymgorny@gentoo.org

…pythonGH-126930)Modify the extended attribute tests to write fewer and smaller extendedattributes, in order to fit within filesystems with total xattr limitof 1 KiB (e.g. ext4 with 1 KiB blocks).  Previously, the test wouldwrite over 2 KiB, making it fail with ENOSPC on such systems.(cherry picked from commit2c0a21c)Co-authored-by: Michał Górny <mgorny@gentoo.org>
@bedevere-appbedevere-appbot added the testsTests in the Lib/test dir labelNov 18, 2024
@vstinnervstinnerenabled auto-merge (squash)November 18, 2024 13:06
@vstinnervstinner merged commit1fbd84b intopython:3.13Nov 18, 2024
39 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

testsTests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

3 participants

@miss-islington@vstinner@mgorny

[8]ページ先頭

©2009-2025 Movatter.jp