Upgrade test version #374
Annotations
10 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 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_191628667.2iltRJ.pp
Last 10 lines of output were:
Feb 27 19:16:43 oracle9-64-puppet8.example.com systemd[1]: jira.service: Control process exited, code=exited, status=1/FAILURE
Feb 27 19:16:43 oracle9-64-puppet8.example.com systemd[1]: jira.service: Failed with result 'exit-code'.
Feb 27 19:16:43 oracle9-64-puppet8.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 12.11 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:
spec/acceptance/mysql_spec.rb#L6
jira mysql installs with defaults
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_192450351.CBIpHd.pp
Last 10 lines of output were:
Feb 27 19:25:49 oracle9-64-puppet8.example.com start-jira.sh[2587]: ****************************************************************************
Feb 27 19:25:49 oracle9-64-puppet8.example.com systemd[1]: jira.service: Control process exited, code=exited, status=1/FAILURE
Feb 27 19:25:49 oracle9-64-puppet8.example.com systemd[1]: jira.service: Failed with result 'exit-code'.
Feb 27 19:25:49 oracle9-64-puppet8.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]
�[mNotice: Applied catalog in 56.57 seconds
|
Run tests:
spec/acceptance/mysql_spec.rb#L117
jira mysql is expected to have attributes {:stdout => /8.13.5/}
Failure/Error:
expect(command('wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- localhost:8081')).
to have_attributes(stdout: %r{8.13.5})
expected Command "wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- localhost:8081" to have attributes {:stdout => /8.13.5/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /8.13.5/,
+:stdout => "",
|
Run tests:
spec/acceptance/mysql_spec.rb#L122
jira mysql is expected to have attributes {:stdout => /8.13.5/}
Failure/Error:
expect(command('wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- https://localhost:8443')).
to have_attributes(stdout: %r{8.13.5})
expected Command "wget -q --tries=24 --retry-connrefused --no-check-certificate --read-timeout=10 -O- https://localhost:8443" to have attributes {:stdout => /8.13.5/} but had attributes {:stdout => ""}
Diff:
@@ -1 +1 @@
-:stdout => /8.13.5/,
+:stdout => "",
|
Loading