FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

gh-119659: Get the datetime CAPI Tests Running Again by ericsnowcurrently · Pull Request #120180 · python/cpython · GitHub

/ cpython Public

gh-119659: Get the datetime CAPI Tests Running Again - #120180

Merged
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-datetime-capi-tests
Jun 7, 2024
Merged

gh-119659: Get the datetime CAPI Tests Running Again#120180
ericsnowcurrently merged 1 commit into
python:mainfrom
ericsnowcurrently:fix-datetime-capi-tests

Conversation

ericsnowcurrently commented Jun 6, 2024
edited by bedevere-app Bot
Loading

Copy link
Copy Markdown
Member

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy. Plus, it looks like the refleaks we had encountered before have been resolved.

sobolevn left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

What do you think about #119659 ?

Copy link
Copy Markdown
Member Author

Ah, somehow I missed that you had already noticed this. I'm fine with actually fixing it, like you do in gh-119675 (which I haven't actually looked at yet). However, it looks like we actually don't need no_rerun for datetime's CapiTest any more, so the change in this PR might be the right first step, regardless of whether or not we make no_rerun work with test classes.

ericsnowcurrently added the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jun 6, 2024

Copy link
Copy Markdown

🤖 New build scheduled with the buildbot fleet by @ericsnowcurrently for commit 80b9bc5 🤖

If you want to schedule another build, you need to add the 🔨 test-with-refleak-buildbots label again.

bedevere-bot removed the 🔨 test-with-refleak-buildbots Test PR w/ refleak buildbots; report in status section label Jun 6, 2024
ericsnowcurrently merged commit e6076d1 into python:main Jun 7, 2024
ericsnowcurrently deleted the fix-datetime-capi-tests branch June 7, 2024 17:44
noahbkim pushed a commit to hudson-trading/cpython that referenced this pull request Jul 11, 2024
…120180)

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy.  Plus, it looks like the refleaks we had encountered before have been resolved.
estyxx pushed a commit to estyxx/cpython that referenced this pull request Jul 17, 2024
…120180)

The tests were accidentally disabled by 2da0dc0, which didn't handle classes correctly.

I considered updating no_rerun() to support classes, but the way test_datetime.py works would have made things fairly messy.  Plus, it looks like the refleaks we had encountered before have been resolved.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL