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

(GH-298) Fix tests for Facter 4.0.52 gem #299

Merged
merged 2 commits into from
Mar 31, 2021

Conversation

glennsarti
Copy link
Contributor

Fixes #298

The facter 4.0.52 gem uses FFI to retrieve the legacy hostname fact. However as
FFI wasn't available it was breaking the integration tests. This commit changes
the expected fact name, from a legacy fact to a modern fact which should not
ever be removed (facterversion).

We no longer use Travis or Appveyor. This commit updates the badge to the GitHub
actions badge.
The facter 4.0.52 gem uses FFI to retrieve the legacy hostname fact. However as
FFI wasn't available it was breaking the integration tests. This commit changes
the expected fact name, from a legacy fact to a modern fact which should not
ever be removed (facterversion).
@glennsarti glennsarti requested review from jpogran and a team as code owners March 31, 2021 03:42
@glennsarti glennsarti added this to the 1.2.0 milestone Mar 31, 2021
@glennsarti glennsarti added the bug Something isn't working label Mar 31, 2021
@glennsarti
Copy link
Contributor Author

Tests are green

@jpogran jpogran merged commit 926c2e0 into puppetlabs:main Mar 31, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facter 4.0.52 is breaking the sidecar tests
2 participants