Skip to content

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

Open
miss-islington wants to merge 1 commit into
python:3.15from
miss-islington:backport-e45d456-3.15
Open

[3.15] gh-102184: Test os.sync() only if the "walltime" resource is enabled (GH-155448)#155461
miss-islington wants to merge 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 e45d4560d11a83022af72dcf7f52a7d2cb704860)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Alexey Izbyshev <izbyshev@ispras.ru>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants