-
-
Notifications
You must be signed in to change notification settings - Fork 143
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
Add newer OSes and Puppet 7 to test matrix, drop Puppet 5 #364
Conversation
9652ac4
to
d9605bd
Compare
I think the test setup has locale trouble. There's a line where it fails to set the locale and defaults to C, and then:
|
Testing by myself in a CentOS 7 VM, Puppet 7 works fine. This test failure is bogus :/ |
2015bbd
to
b856624
Compare
Tests work if locale is forced to en_US.UTF-8 |
@bastelfreak any idea what to do about the locale thing? Seems to require changes in modulesync... :/ |
but it's not this module's fault
795fddc
to
94298ee
Compare
Merging with the locale hack for now, submitted a PR to modulesync about it |
# Yes, this should be in modulesync, but for now, just work around weird test failures | ||
# caused by locale on CentOS 7 with Puppet 7 | ||
LANG: en_US | ||
LC_ALL: en_US.UTF-8 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
voxpupuli/modulesync_config#708 has more context. Linking to cross-reference.
Add newer OSes and Puppet 7 to test matrix, drop Puppet 5
Let's see what the tests say about this. Fixes #361