Upgrade test version #374
Annotations
8 errors
Run tests:
spec/acceptance/default_parameters_spec.rb#L6
jira postgresql installs with defaults
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'rocky8-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191625833.jKNeDr.pp
Last 10 lines of output were:
Feb 27 19:16:44 rocky8-64-puppet7.example.com systemd[1]: jira.service: Control process exited, code=exited status=1
Feb 27 19:16:44 rocky8-64-puppet7.example.com systemd[1]: jira.service: Failed with result 'exit-code'.
Feb 27 19:16:44 rocky8-64-puppet7.example.com systemd[1]: Failed to start Atlassian Systemd Jira Service.
�[mNotice: /Stage[main]/Jira::Service/Service[jira]: Triggered 'refresh' from 2 events
Info: Class[Jira::Service]: Unscheduling all events on Class[Jira::Service]
Info: Class[Jira]: Unscheduling all events on Class[Jira]
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 16.65 seconds
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L81
jira postgresql Process "java" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Process "java" to be running
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L85
jira postgresql Port "8080" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8080" to be listening
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L89
jira postgresql Service "jira" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "jira" to be enabled
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L90
jira postgresql Service "jira" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "jira" to be running
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L99
jira postgresql Command "tail -100 ~jira/log/atlassian-jira.log" stdout is expected to include "INFO"
Failure/Error: its(:stdout) { is_expected.to include('INFO') }
expected "" to include "INFO"
|
Run tests:
spec/acceptance/default_parameters_spec.rb#L103
jira postgresql Command "wget -q --tries=54 --retry-connrefused --read-timeout=10 -O- localhost:8080" stdout is expected to include "9.12.18"
Failure/Error: its(:stdout) { is_expected.to include('9.12.18') }
expected "" to include "9.12.18"
|
Run tests
Process completed with exit code 1.
|
Loading