OracleLinux fixes #550
Annotations
10 errors
spec/classes/database_postgresql_spec.rb#L66
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L87
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 and no port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L109
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 4.0 and custom port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-4.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L133
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 4.0 is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L156
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 4.0 and no port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-4.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L66
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L87
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 and no port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 5432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L109
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is server and version is 5.0 and custom port is defined is expected to contain Exec[zabbix_server_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.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 && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f #{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/doc/zabbix-*-pgsql-5.0*/ && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f create.sql.gz ]; then gunzip -f create.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-server' -p 6432 -d 'zabbix-server' -f create.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L133
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 5.0 is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
spec/classes/database_postgresql_spec.rb#L156
zabbix::database::postgresql on centos-8-x86_64 when zabbix_type is proxy and version is 5.0 and no port is defined is expected to contain Exec[zabbix_proxy_create.sql] with command => "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
Failure/Error: it { is_expected.to contain_exec('zabbix_proxy_create.sql').with_command("cd #{path} && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done") }
expected that the catalogue would contain Exec[zabbix_proxy_create.sql] with command set to "cd /usr/share/doc/zabbix-*-pgsql-5.0*/ && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done" but it is set to "cd /usr/share/doc/zabbix-*-pgsql && if [ -f schema.sql.gz ]; then gunzip -f schema.sql.gz ; fi && psql -h 'node01.example.com' -U 'zabbix-proxy' -p 5432 -d 'zabbix-proxy' -f schema.sql && touch /etc/zabbix/.schema.done"
|
The logs for this run have expired and are no longer available.
Loading