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 'oracle7-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082907675.pp.7qg4aJ
Last 10 lines of output were:
May 06 08:29:47 oracle7-64-puppet7.example.com zabbix_proxy[7601]: One child process died (PID:7605,exitcode/signal:1). Exiting ...
May 06 08:29:49 oracle7-64-puppet7.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:49 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Proxy.
May 06 08:29:49 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:29:49 oracle7-64-puppet7.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 40.02 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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_082950169.pp.77xGtH
Last 10 lines of output were:
May 06 08:30:05 oracle7-64-puppet7.example.com zabbix_proxy[7809]: current database version (mandatory/optional): 05000000/05000007
May 06 08:30:05 oracle7-64-puppet7.example.com zabbix_proxy[7809]: required mandatory version: 05000000
May 06 08:30:05 oracle7-64-puppet7.example.com zabbix_proxy[7809]: proxy #0 started [main process]
May 06 08:30:05 oracle7-64-puppet7.example.com zabbix_proxy[7809]: One child process died (PID:7813,exitcode/signal:1). Exiting ...
May 06 08:30:07 oracle7-64-puppet7.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:30:07 oracle7-64-puppet7.example.com systemd[1]: Failed to start Zabbix Proxy.
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: zabbix-proxy.service failed.
�[mNotice: Applied catalog in 15.11 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 5.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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_083008042.pp.IRcFRv
Last 10 lines of output were:
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: zabbix-proxy.service failed.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Proxy.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Proxy...
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: Starting Zabbix Proxy (active) [oracle7-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a).
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: **** Enabled features ****
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: SNMP monitoring: YES
�[mNotice: Applied catalog in 15.74 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 5.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 'oracle7-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_083026090.pp.oF9JxM
Last 10 lines of output were:
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: Unit zabbix-proxy.service entered failed state.
May 06 08:30:07 oracle7-64-puppet7.example.com systemd[1]: zabbix-proxy.service failed.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: zabbix-proxy.service holdoff time over, scheduling restart.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: Stopped Zabbix Proxy.
May 06 08:30:23 oracle7-64-puppet7.example.com systemd[1]: Starting Zabbix Proxy...
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: Starting Zabbix Proxy (active) [oracle7-64-puppet7.example.com]. Zabbix 5.0.42 (revision e25e9cfa36a).
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: **** Enabled features ****
May 06 08:30:23 oracle7-64-puppet7.example.com zabbix_proxy[8044]: SNMP monitoring: YES
�[mNotice: Applied catalog in 15.45 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 5.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 5.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.
|
Set up job
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run actions/checkout@v4
1s
1s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
install additional packages
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup libvirt for Vagrant
1m 0s
1m 0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Setup ruby
7s
7s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Run tests
16m 50s
16m 50s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Post Run actions/checkout@v4
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Complete job
0s
0s
Error:
This step has been truncated due to its large size. Download the full logs from the menu
once the workflow run has completed.
Loading