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

ovs: disable StartLimitBurst in the ovs-cleanup service (LP: #2047827) #431

Merged
merged 1 commit into from Jan 8, 2024

Conversation

daniloegea
Copy link
Collaborator

With systemd 255, the ovs integration test is hitting this limit and the test fails due to that. As it's a oneshot service, it should be OK to disable this limit.

Description

The alternative solution is to add a delay between each OVS integration test. In my tests, the required delay to get all the tests passing was 3 seconds. This change is to avoid increasing the time spent during tests.

LP bug: https://bugs.launchpad.net/ubuntu/+source/netplan.io/+bug/2047827

What do you think, Lukas?

Checklist

  • Runs make check successfully.
  • Retains 100% code coverage (make check-coverage).
  • New/changed keys in YAML format are documented.
  • (Optional) Adds example YAML for new feature.
  • (Optional) Closes an open bug in Launchpad.

With systemd 255, the ovs integration test is hitting this limit and the
test fails due to that. As it's a oneshot service, it should be OK to
disable this limit.
@daniloegea daniloegea requested a review from slyon January 5, 2024 11:53
Copy link
Collaborator

@slyon slyon left a comment

Choose a reason for hiding this comment

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

LGTM

@slyon slyon changed the title ovs: disable StartLimitBurst in the ovs-cleanup service ovs: disable StartLimitBurst in the ovs-cleanup service (LP: #2047827) Jan 8, 2024
@daniloegea daniloegea marked this pull request as ready for review January 8, 2024 09:14
@daniloegea daniloegea merged commit 068b296 into canonical:main Jan 8, 2024
14 of 16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants