Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Integration tests fail on CentOS 7 due to missing restart count #284

Closed
siegfriedweber opened this issue Aug 31, 2021 · 0 comments · Fixed by #289
Closed

Integration tests fail on CentOS 7 due to missing restart count #284

siegfriedweber opened this issue Aug 31, 2021 · 0 comments · Fixed by #289
Assignees
Labels
type/bug Something isn't working
Milestone

Comments

@siegfriedweber
Copy link
Member

The systemd property NRestarts was introduced in systemd version 235. CentOS 7 uses version 219. Therefore the restart count cannot be retrieved and the integration test cases which test the restart fail.

An annotation must be added if the restart capability is available. If not then the tests must be skipped.

@siegfriedweber siegfriedweber added the type/bug Something isn't working label Aug 31, 2021
@siegfriedweber siegfriedweber added this to the Release #1 milestone Aug 31, 2021
@siegfriedweber siegfriedweber self-assigned this Aug 31, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
type/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant