Skip to content
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

gh-53502: Fixes for tests in gh-113363 #113627

Merged
merged 2 commits into from
Jan 1, 2024

Conversation

ronaldoussoren
Copy link
Contributor

@ronaldoussoren ronaldoussoren commented Jan 1, 2024

  1. Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

  2. test_dump_naive_datetime_with_aware_datetime_option: Writing non-aware datetimes with aware_datetime==True leads to the time being off by twice the timezone offset from UTC

1. Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

2. test_dump_naive_datetime_with_aware_datetime_option: Writing non-aware datetimes
   with aware_datetime==True leads to the time being off by twice
   the timezone offset from UTC
@ronaldoussoren
Copy link
Contributor Author

!buildbot s390x SLES 3.x

@bedevere-bot
Copy link

The regex 's390x SLES 3.x' did not match any buildbot builder. Is the requested builder in the list of stable builders?

@ronaldoussoren
Copy link
Contributor Author

!buildbot s390x.*

@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @ronaldoussoren for commit 6d62630 🤖

The command will test the builders whose names match following regular expression: s390x.*

The builders matched are:

  • s390x Fedora Clang PR
  • s390x RHEL7 LTO PR
  • s390x Fedora Refleaks PR
  • s390x Fedora Rawhide Refleaks PR
  • s390x RHEL8 LTO + PGO PR
  • s390x Fedora Clang Installed PR
  • s390x RHEL8 Refleaks PR
  • s390x RHEL8 PR
  • s390x Debian PR
  • s390x Fedora Rawhide LTO + PGO PR
  • s390x Fedora Rawhide LTO PR
  • s390x RHEL7 LTO + PGO PR
  • s390x RHEL7 Refleaks PR
  • s390x Fedora PR
  • s390x SLES PR
  • s390x Fedora Rawhide PR
  • s390x RHEL8 LTO PR
  • s390x Fedora Rawhide Clang PR
  • s390x Fedora LTO + PGO PR
  • s390x Fedora LTO PR
  • s390x Fedora Rawhide Clang Installed PR
  • s390x RHEL7 PR

@ronaldoussoren ronaldoussoren merged commit 8e4ff5c into python:main Jan 1, 2024
22 checks passed
@ronaldoussoren ronaldoussoren deleted the gh-53502-long-times branch January 1, 2024 20:31
kulikjak pushed a commit to kulikjak/cpython that referenced this pull request Jan 22, 2024
* pythongh-53502: Fixes for tests in pythongh-113363

* Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

* Saving non-aware datetimes will use the old behaviour regardless of the aware_datimetime setting
aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
* pythongh-53502: Fixes for tests in pythongh-113363

* Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

* Saving non-aware datetimes will use the old behaviour regardless of the aware_datimetime setting
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
* pythongh-53502: Fixes for tests in pythongh-113363

* Use 32-bit compatible date in test_dump_naive_datetime_with_aware_datetime_option

* Saving non-aware datetimes will use the old behaviour regardless of the aware_datimetime setting
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.

2 participants