8000 bpo-33723: Remove busy loop from test_time by vstinner · Pull Request #10723 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-33723: Remove busy loop from test_time #10723

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed

bpo-33723: Remove busy loop from test_time #10723

wants to merge 1 commit into from

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Nov 26, 2018

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on different CIs. Remove the tests
to make the CIs more reliable.

https://bugs.python.org/issue33723

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on different CIs. Remove the tests
to make the CIs more reliable.
Copy link
Member
@pitrou pitrou left a comment

Choose a reason for hiding this comment

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

Sounds fair to me

@vstinner
Copy link
Member Author

Instead of removing the test, I wrote a new attempt to fix it: PR #10724.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting merge tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants
0