Skip to content

[3.13] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328)#154333

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-63a2709-3.13
Jul 21, 2026
Merged

[3.13] gh-154325: Skip test_add_file_after_2107() if the file system rejects the timestamp (GH-154328)#154333
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-63a2709-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Jul 21, 2026

Copy link
Copy Markdown
Contributor

Some file systems (UFS and ZFS on illumos) reject timestamps that do not
fit in 32 bits with EOVERFLOW instead of raising OverflowError.
(cherry picked from commit 63a2709)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Claude Opus 4.8 noreply@anthropic.com

…ejects the timestamp (pythonGH-154328)

Some file systems (UFS and ZFS on illumos) reject timestamps that do not
fit in 32 bits with EOVERFLOW instead of raising OverflowError.
(cherry picked from commit 63a2709b700d5532b8925caca5bc8b9437e7a1f3)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Jul 21, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) July 21, 2026 06:12
@serhiy-storchaka
serhiy-storchaka merged commit 2efd2b8 into python:3.13 Jul 21, 2026
42 checks passed
@miss-islington
miss-islington deleted the backport-63a2709-3.13 branch July 21, 2026 06:34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants