voxpupuli / puppet-jira

Atlassian JIRA Puppet Module
https://forge.puppet.com/puppet/jira
Apache License 2.0
62 stars 143 forks source link

Add newer OSes and Puppet 7 to test matrix, drop Puppet 5 #364

Closed oranenj closed 3 years ago

oranenj commented 3 years ago

Let's see what the tests say about this. Fixes #361

oranenj commented 3 years ago

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:

  Error: /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]: Failed to call refresh: invalid byte sequence in US-ASCII
  Error: /Stage[main]/Postgresql::Server::Reload/Exec[postgresql_reload]: invalid byte sequence in US-ASCII
oranenj commented 3 years ago

Testing by myself in a CentOS 7 VM, Puppet 7 works fine. This test failure is bogus :/

oranenj commented 3 years ago

Tests work if locale is forced to en_US.UTF-8

oranenj commented 3 years ago

@bastelfreak any idea what to do about the locale thing? Seems to require changes in modulesync... :/

oranenj commented 3 years ago

Merging with the locale hack for now, submitted a PR to modulesync about it