voxpupuli / puppet-jira

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

Fix tests with modulesync 7.3.0; allow latest dependency versions #414

Closed h-haaks closed 7 months ago

h-haaks commented 8 months ago

Pull Request (PR) description

Resolving spec and acceptance issues

This Pull Request (PR) fixes the following issues

Fixes #394

h-haaks commented 8 months ago

Could anyone please help me look at the failing acceptance tests here?

both CentOS 7 and Ubuntu 20.04 acceptance tests run fine locally.

For me both OracleLinux 7 and 8 fail locally with Error: /Stage[main]/Postgresql::Server::Reload/Postgresql::Server::Instance::Reload[main]/Exec[postgresql_reload_main]: Failed to call refresh: invalid byte sequence in US-ASCII

h-haaks commented 8 months ago

I have been hacking the acceptance test in this PR to figure out why mysql won't start on ubuntu 20.04 ... I finally think I found the issue by printing the journal. https://github.com/voxpupuli/puppet-jira/actions/runs/7812854040/job/21311068344#step:6:1347

Does anyone know how to fix apparmor issues here?