Skip to content

Support fort Zabbix 7.2 #901

Support fort Zabbix 7.2

Support fort Zabbix 7.2 #901

Triggered via pull request December 14, 2024 23:39
Status Failure
Total duration 19m 8s
Artifacts

ci.yml

on: pull_request
Puppet  /  Static validations
19s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
4s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

21 errors and 20 warnings
Puppet / 8 (Ruby 3.2): spec/classes/repo_spec.rb#L149
zabbix::repo on redhat-8-x86_64 on RedHat 8 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/8/$basearch/"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L57
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is server and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L75
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is server and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 8 (Ruby 3.2): spec/classes/repo_spec.rb#L149
zabbix::repo on redhat-9-x86_64 on RedHat 9 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/9/$basearch/"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L100
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is proxy and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L123
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is proxy and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done"
Puppet / 8 (Ruby 3.2): spec/classes/repo_spec.rb#L149
zabbix::repo on oraclelinux-8-x86_64 on RedHat 8 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/8/$basearch/"
Puppet / 8 (Ruby 3.2): spec/classes/repo_spec.rb#L149
zabbix::repo on oraclelinux-9-x86_64 on RedHat 9 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/9/$basearch/"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L57
zabbix::database::mysql on redhat-9-x86_64 when zabbix_type is server and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 8 (Ruby 3.2): spec/classes/database_mysql_spec.rb#L75
zabbix::database::mysql on redhat-9-x86_64 when zabbix_type is server and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/repo_spec.rb#L149
zabbix::repo on redhat-8-x86_64 on RedHat 8 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/8/$basearch/"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L57
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is server and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L75
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is server and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/repo_spec.rb#L149
zabbix::repo on redhat-9-x86_64 on RedHat 9 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/9/$basearch/"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L100
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is proxy and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -P 3306 -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L123
zabbix::database::mysql on redhat-8-x86_64 when zabbix_type is proxy and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && mysql -h 'rspec.puppet.com' -u 'zabbix-proxy' -p'zabbix-proxy' -D 'zabbix-proxy' < proxy.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/repo_spec.rb#L149
zabbix::repo on oraclelinux-8-x86_64 on RedHat 8 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/8/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/8/$basearch/"
Puppet / 7 (Ruby 2.7): spec/classes/repo_spec.rb#L149
zabbix::repo on oraclelinux-9-x86_64 on RedHat 9 and Zabbix 7.2 is expected to contain Yumrepo[zabbix] with baseurl => "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" Failure/Error: it { is_expected.to contain_yumrepo('zabbix').with_baseurl("https://repo.zabbix.com/zabbix/7.2/release/rhel/#{major}/$basearch/") } expected that the catalogue would contain Yumrepo[zabbix] with baseurl set to "https://repo.zabbix.com/zabbix/7.2/release/rhel/9/$basearch/" but it is set to "https://repo.zabbix.com/zabbix/7.2/stable/rhel/9/$basearch/"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L57
zabbix::database::mysql on redhat-9-x86_64 when zabbix_type is server and zabbix version is 7.0 and database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -P 3306 -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / 7 (Ruby 2.7): spec/classes/database_mysql_spec.rb#L75
zabbix::database::mysql on redhat-9-x86_64 when zabbix_type is server and zabbix version is 7.0 and no database_port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" Failure/Error: it { is_expected.to contain_exec('zabbix_server_create.sql').with_command("cd #{path} && if [ -f #{sql_server}.gz ]; then gunzip -f #{sql_server}.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < #{sql_server} && touch /etc/zabbix/.schema.done") } expected that the catalogue would contain Exec[zabbix_server_create.sql] with command set to "cd /usr/share/zabbix/sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/zabbix-sql-scripts/mysql/ && if [ -f server.sql.gz ]; then gunzip -f server.sql.gz ; fi && mysql -h 'rspec.puppet.com' -u 'zabbix-server' -p'zabbix-server' -D 'zabbix-server' < server.sql && touch /etc/zabbix/.schema.done"
Puppet / Test suite
Process completed with exit code 1.
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on centos-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 8 (Ruby 3.2): spec/classes/agent_spec.rb#L489
zabbix::agent on ubuntu-20.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on redhat-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on oraclelinux-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on centos-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on almalinux-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-8-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on rocky-9-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file
Puppet / 7 (Ruby 2.7): spec/classes/agent_spec.rb#L489
zabbix::agent on ubuntu-20.04-x86_64 with systemd active Skipped: user package provided instead systemd::unit_file