Add Debian 11 support #295
Annotations
7 errors
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 'debian11-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_145858692.pp.nmNvCZ
Last 10 lines of output were:
Warning: /Stage[main]/Jira::Config/File[/opt/jira-home/dbconfig.xml]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/bin/check-java.sh]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/conf/server.xml]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Config/File[/opt/atlassian-jira/atlassian-jira-software-8.13.5-standalone/conf/context.xml]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Config/File[/opt/jira-home/jira-config.properties]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/File[/etc/systemd/system/jira.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Service/Systemd::Unit_file[jira.service]/Systemd::Daemon_reload[jira.service]/Exec[systemd-jira.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Jira::Service/Service[jira]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 9.73 seconds
|
Run tests:
spec/acceptance/mysql_spec.rb#L142
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#L147
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 => "",
|
Run tests:
spec/acceptance/mysql_spec.rb#L125
jira mysql 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/mysql_spec.rb#L129
jira mysql Port "8081" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "8081" to be listening
|
Run tests:
spec/acceptance/mysql_spec.rb#L134
jira mysql Service "jira" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "jira" to be running
|
Run tests
Process completed with exit code 1.
|
The logs for this run have expired and are no longer available.
Loading