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

test: disable service start limit to avoid errors during testing #89

Merged
merged 1 commit into from
Oct 29, 2024

Conversation

richm
Copy link
Contributor

@richm richm commented Oct 29, 2024

In some cases running the test gives errors like this:

Unable to restart service systemd-journal-flush.service:
Job for systemd-journal-flush.service failed because
start of the service was attempted too often

Set StartLimitIntervalSec=0 to avoid this problem.

Signed-off-by: Rich Megginson [email protected]

@richm richm requested a review from spetrosi as a code owner October 29, 2024 22:34
@richm
Copy link
Contributor Author

richm commented Oct 29, 2024

[citest]

In some cases running the test gives errors like this:

```
Unable to restart service systemd-journal-flush.service:
Job for systemd-journal-flush.service failed because
start of the service was attempted too often
```

Set `StartLimitIntervalSec=0` to avoid this problem.

Signed-off-by: Rich Megginson <[email protected]>
@richm richm force-pushed the disable-startlimit-for-tests branch from 31a0927 to 155ffaf Compare October 29, 2024 22:50
@richm
Copy link
Contributor Author

richm commented Oct 29, 2024

[citest]

@richm richm merged commit 366b525 into linux-system-roles:main Oct 29, 2024
15 checks passed
@richm richm deleted the disable-startlimit-for-tests branch October 29, 2024 23:10
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.

1 participant