Duplicate: Add sensitive support #857
Annotations
5 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::server class default parameters behaves like an idempotent resource applies with no errors
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_153319225.5QNyOW.pp
Last 10 lines of output were:
[select userid from users limit 1]
Jul 03 15:33:40 rocky9-64-puppet8.example.com zabbix_server[4182]: cannot use database "zabbix_server": database is not a Zabbix database
Jul 03 15:33:42 rocky9-64-puppet8.example.com systemd[1]: zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: Operation not permitted
Jul 03 15:33:42 rocky9-64-puppet8.example.com systemd[1]: zabbix-server.service: Failed with result 'protocol'.
Jul 03 15:33:42 rocky9-64-puppet8.example.com systemd[1]: Failed to start Zabbix Server.
�[mNotice: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Triggered 'refresh' from 3 events
Info: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 21.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::server class default parameters behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'rocky9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_153342835.7tZOcn.pp
Last 10 lines of output were:
Jul 03 15:33:52 rocky9-64-puppet8.example.com zabbix_server[4372]: [Z3005] query failed: [0] PGRES_FATAL_ERROR:ERROR: relation "users" does not exist
LINE 1: select userid from users limit 1
^
[select userid from users limit 1]
Jul 03 15:33:52 rocky9-64-puppet8.example.com zabbix_server[4372]: cannot use database "zabbix_server": database is not a Zabbix database
Jul 03 15:33:54 rocky9-64-puppet8.example.com systemd[1]: zabbix-server.service: Can't open PID file /run/zabbix/zabbix_server.pid (yet?) after start: Operation not permitted
Jul 03 15:33:54 rocky9-64-puppet8.example.com systemd[1]: zabbix-server.service: Failed with result 'protocol'.
Jul 03 15:33:54 rocky9-64-puppet8.example.com systemd[1]: Failed to start Zabbix Server.
�[mNotice: Applied catalog in 9.52 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
spec/acceptance/server_spec.rb#L35
zabbix::server class default parameters Service "zabbix-server" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-server" to be running
|
spec/acceptance/server_spec.rb#L36
zabbix::server class default parameters Service "zabbix-server" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-server" to be enabled
|
|
This job failed
Loading