Skip to content

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

Merged
hugovk merged 1 commit into
python:3.15from
miss-islington:backport-e45d456-3.15
Aug 12, 2026
Merged

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

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

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
@hugovk
hugovk merged commit c91586b into python:3.15 Aug 12, 2026
56 checks passed
@miss-islington
miss-islington deleted the backport-e45d456-3.15 branch August 12, 2026 12:43
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.

3 participants