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

Temporarily skip startup test on ppc64le #646

Merged
merged 2 commits into from
Nov 12, 2024
Merged

Conversation

grisu48
Copy link
Contributor

@grisu48 grisu48 commented Nov 12, 2024

Due to worker unavailability we need to run ppc64le on emulated workers at the moment where the startup times are always larger than the threshold. Therefore there is no point in running this test at all on ppc64le at the moment.

[CI:TOXENVS] init

@@ -44,6 +44,10 @@ def test_systemd_no_udev_present(self, auto_container):
def test_systemd_boottime(self, auto_container):
"""Ensure the container startup time is below 5 seconds"""

# Temporary workaround: While using emulated workers, the startup time test doesn't make sense.'
if auto_container.connection.system_info.arch == "ppc64le":
return
Copy link
Collaborator

Choose a reason for hiding this comment

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

Please use pytest.skip() with a reason why here
Also, please add a giant FIXME somewhere

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done.

Copy link
Member

Choose a reason for hiding this comment

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

Can this FIXME have an issue so we dont forget about it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

tests/test_init.py Outdated Show resolved Hide resolved
Due to worker unavailability we need to run ppc64le on emulated workers
at the moment where the startup times are always larger than the
threshold. Therefore there is no point in running this test at all on
ppc64le at the moment.
dirkmueller
dirkmueller previously approved these changes Nov 12, 2024
@dirkmueller dirkmueller merged commit 95e1ecf into SUSE:main Nov 12, 2024
117 of 135 checks passed
@grisu48 grisu48 deleted the startup-ppc branch November 13, 2024 07:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants