Add acceptance for zabbix::proxy class #776
Annotations
9 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::proxy 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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082817204.pp.Rxi1dP
Last 10 lines of output were:
May 06 08:28:42 centos7-64-puppet8.example.com zabbix_proxy[6807]: One child process died (PID:6811,exitcode/signal:1). Exiting ...
May 06 08:28:44 centos7-64-puppet8.example.com systemd[1]: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
May 06 08:28:44 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Proxy.
May 06 08:28:44 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:28:44 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service failed.
�[mNotice: /Stage[main]/Zabbix::Proxy/Service[zabbix-proxy]: Triggered 'refresh' from 4 events
Info: Class[Zabbix::Proxy]: Unscheduling all events on Class[Zabbix::Proxy]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 25.18 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/proxy_spec.rb:10
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::proxy 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 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082845106.pp.5Nsty2
Last 10 lines of output were:
May 06 08:28:58 centos7-64-puppet8.example.com zabbix_proxy[6982]: required mandatory version: 05000000
May 06 08:28:58 centos7-64-puppet8.example.com zabbix_proxy[6982]: proxy #0 started [main process]
May 06 08:28:58 centos7-64-puppet8.example.com zabbix_proxy[6986]: proxy #1 started [configuration syncer #1]
May 06 08:28:58 centos7-64-puppet8.example.com zabbix_proxy[6982]: One child process died (PID:6986,exitcode/signal:1). Exiting ...
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: Can't open PID file /run/zabbix/zabbix_proxy.pid (yet?) after start: No such file or directory
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Proxy.
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service failed.
�[mNotice: Applied catalog in 13.15 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/proxy_spec.rb:10
|
Run tests:
spec/acceptance/proxy_spec.rb#L26
zabbix::proxy class default parameters Service "zabbix-proxy" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-proxy" to be running
|
Run tests:
spec/acceptance/proxy_spec.rb#L27
zabbix::proxy class default parameters Service "zabbix-proxy" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-proxy" to be enabled
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L4
zabbix::proxy class deploys a zabbix 6.0 proxy 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 'centos7-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082900924.pp.l0r4Ic
Last 10 lines of output were:
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Proxy.
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Proxy...
May 06 08:29:16 centos7-64-puppet8.example.com zabbix_proxy[7190]: zabbix_proxy [7190]: unknown parameter "StartODBCPollers" in config file "/etc/zabbix/zabbix_proxy.conf", line 342
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service: control process exited, code=exited status=1
�[mNotice: /Stage[main]/Zabbix::Proxy/Service[zabbix-proxy]: Triggered 'refresh' from 1 event
Info: Class[Zabbix::Proxy]: Unscheduling all events on Class[Zabbix::Proxy]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 13.34 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/proxy_spec.rb:33
|
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.1.0/lib/voxpupuli/acceptance/examples.rb#L8
zabbix::proxy class deploys a zabbix 6.0 proxy 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 'centos7-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082916756.pp.6qfvpQ
Last 10 lines of output were:
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: Failed to start Zabbix Proxy.
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:29:00 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service failed.
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: Stopped Zabbix Proxy.
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: Starting Zabbix Proxy...
May 06 08:29:16 centos7-64-puppet8.example.com zabbix_proxy[7190]: zabbix_proxy [7190]: unknown parameter "StartODBCPollers" in config file "/etc/zabbix/zabbix_proxy.conf", line 342
May 06 08:29:16 centos7-64-puppet8.example.com systemd[1]: zabbix-proxy.service: control process exited, code=exited status=1
�[mNotice: Applied catalog in 10.94 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/proxy_spec.rb:33
|
Run tests:
spec/acceptance/proxy_spec.rb#L50
zabbix::proxy class deploys a zabbix 6.0 proxy Service "zabbix-proxy" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "zabbix-proxy" to be running
|
Run tests:
spec/acceptance/proxy_spec.rb#L51
zabbix::proxy class deploys a zabbix 6.0 proxy Service "zabbix-proxy" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "zabbix-proxy" to be enabled
|
Run tests
Process completed with exit code 1.
|
Loading