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

[WIP] 1.9: Investigate test error on Python 3.5 #560

Closed
wants to merge 1 commit into from

Conversation

andy-maier
Copy link
Member

@andy-maier andy-maier commented Feb 3, 2024

There was a test error on Python 3.5 recently in PR #556 where testcase "TestInfo.test_option_logdest" failed with a missing line in the syslog. The same failure was reproduced in a second run:

A third run succeeded, though.

The only difference in package versions between that PR #556 that failed and the last PR #549 that succeeded were:

  • zhmcclient 1.13.0 -> 1.13.3
  • pytz 2023.3.post1 -> 2024.1

This PR tries to reproduce the error when pinning zhmcclient to 1.13.0

@andy-maier andy-maier self-assigned this Feb 3, 2024
@andy-maier andy-maier added this to the 1.9.3 milestone Feb 3, 2024
@coveralls
Copy link

Coverage Status

coverage: 34.003%. first build
when pulling fc40548 on andy/test-py35-failure
into 5886c1c on stable_1.9.

@andy-maier
Copy link
Member Author

The error went away with a third run of PR #556 and did not occur in this PR.
Closing this PR.

@andy-maier andy-maier closed this Feb 3, 2024
@andy-maier andy-maier deleted the andy/test-py35-failure branch February 4, 2024 10:33
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.

2 participants