Skip to content

[3.13] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448) - #155463

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e45d456-3.13
Aug 10, 2026
Merged

[3.13] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448)#155463
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e45d456-3.13

Conversation

@miss-islington

@miss-islington miss-islington commented Aug 10, 2026

Copy link
Copy Markdown
Contributor

Calling sync() flushes all filesystem buffers and can block for a long
time, so it should not run in the default test suite.
(cherry picked from commit e45d456)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com
Co-authored-by: Alexey Izbyshev izbyshev@ispras.ru

…abled (pythonGH-155448)

Calling sync() flushes all filesystem buffers and can block for a long
time, so it should not run in the default test suite.
(cherry picked from commit e45d4560d11a83022af72dcf7f52a7d2cb704860)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label Aug 10, 2026
@serhiy-storchaka
serhiy-storchaka enabled auto-merge (squash) August 10, 2026 06:50
@serhiy-storchaka
serhiy-storchaka merged commit cada590 into python:3.13 Aug 10, 2026
43 checks passed
@miss-islington
miss-islington deleted the backport-e45d456-3.13 branch August 10, 2026 07:14
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