Skip to content

[3.7] bpo-33723: Remove busy loop from test_time (GH-10773)#10776

Merged
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-48498dd-3.7
Nov 28, 2018
Merged

[3.7] bpo-33723: Remove busy loop from test_time (GH-10773)#10776
miss-islington merged 1 commit intopython:3.7from
miss-islington:backport-48498dd-3.7

Conversation

@miss-islington
Copy link
Copy Markdown
Contributor

@miss-islington miss-islington commented Nov 28, 2018

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on Windows: remove them.
(cherry picked from commit 48498dd)

Co-authored-by: Victor Stinner [email protected]

https://bugs.python.org/issue33723

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on Windows: remove them.
(cherry picked from commit 48498dd)

Co-authored-by: Victor Stinner <[email protected]>
Copy link
Copy Markdown
Member

@vstinner vstinner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot.

@miss-islington
Copy link
Copy Markdown
Contributor Author

@vstinner: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit d46d753 into python:3.7 Nov 28, 2018
@miss-islington miss-islington deleted the backport-48498dd-3.7 branch November 28, 2018 17:58
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.

4 participants