Remove EL7 support #882
Annotations
6 errors
Run tests:
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 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_101917198.ob8JXh.pp
Last 10 lines of output were:
Error: Transaction test error:
file /usr/share/pgsql/postgres.bki from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-13.16-1.0.1.el9_4.x86_64
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Dependency Package[zabbix-server-pgsql] has failures: true
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
Info: Class[Zabbix::Server]: Unscheduling all events on Class[Zabbix::Server]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 24.12 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
Run tests:
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 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_101944075.nC5UK7.pp
Last 10 lines of output were:
Error: Execution of '/usr/bin/dnf -d 0 -e 1 -y install zabbix-server-pgsql' returned 1: Error: Transaction test error:
file /usr/share/pgsql/postgres.bki from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-13.16-1.0.1.el9_4.x86_64
Error: /Stage[main]/Zabbix::Server/Package[zabbix-server-pgsql]/ensure: change from 'purged' to 'present' failed: Execution of '/usr/bin/dnf -d 0 -e 1 -y install zabbix-server-pgsql' returned 1: Error: Transaction test error:
file /usr/share/pgsql/postgres.bki from install of libpq5-17.0-42PGDG.rhel9.x86_64 conflicts with file from package postgresql-server-13.16-1.0.1.el9_4.x86_64
�[mNotice: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Dependency Package[zabbix-server-pgsql] has failures: true
Warning: /Stage[main]/Zabbix::Database::Postgresql/Exec[zabbix_create.sql]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/File[/etc/zabbix/zabbix_server.conf.d]: Skipping because of failed dependencies
Warning: /Stage[main]/Zabbix::Server/Service[zabbix-server]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 1.08 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/server_spec.rb:10
|
Run tests:
spec/acceptance/server_spec.rb#L31
zabbix::server class default parameters Package "zabbix-server-pgsql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "zabbix-server-pgsql" to be installed
|
Run tests:
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
|
Run tests:
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
|
Run tests
Process completed with exit code 1.
|
Loading