modulesync 9.3.0 #102
Annotations
8 errors
spec/classes/proxysql_spec.rb#L107
proxysql supported operating systems on oraclelinux-7-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasstatus => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasstatus(true) }
expected that the catalogue would contain Service[proxysql] with hasstatus set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L108
proxysql supported operating systems on oraclelinux-7-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasrestart => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasrestart(true) }
expected that the catalogue would contain Service[proxysql] with hasrestart set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L107
proxysql supported operating systems on scientific-7-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasstatus => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasstatus(true) }
expected that the catalogue would contain Service[proxysql] with hasstatus set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L108
proxysql supported operating systems on scientific-7-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasrestart => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasrestart(true) }
expected that the catalogue would contain Service[proxysql] with hasrestart set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L107
proxysql supported operating systems on ubuntu-20.04-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasstatus => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasstatus(true) }
expected that the catalogue would contain Service[proxysql] with hasstatus set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L108
proxysql supported operating systems on ubuntu-20.04-x86_64 proxysql class without any parameters is expected to contain Service[proxysql] with hasrestart => true
Failure/Error: it { is_expected.to contain_service('proxysql').with_hasrestart(true) }
expected that the catalogue would contain Service[proxysql] with hasrestart set to true but it is set to nil
|
spec/classes/proxysql_spec.rb#L111
proxysql supported operating systems on ubuntu-20.04-x86_64 proxysql class without any parameters is expected to contain Exec[wait_for_admin_socket_to_open] with command => "test -S /tmp/proxysql_admin.sock", unless => "test -S /tmp/proxysql_admin.sock", tries => 3, try_sleep => 10, require => "Service[proxysql]" and path => "/bin:/usr/bin"
Failure/Error:
is_expected.to contain_exec('wait_for_admin_socket_to_open').with(
command: "test -S #{admin_socket}",
unless: "test -S #{admin_socket}",
tries: 3,
try_sleep: 10,
require: 'Service[proxysql]',
path: '/bin:/usr/bin'
)
expected that the catalogue would contain Exec[wait_for_admin_socket_to_open] with command set to "test -S /tmp/proxysql_admin.sock" but it is set to "test -S /var/lib/proxysql/proxysql_admin.sock", and parameter unless set to "test -S /tmp/proxysql_admin.sock" but it is set to "test -S /var/lib/proxysql/proxysql_admin.sock"
Diff:
@@ -1,4 +1,4 @@
-test -S /tmp/proxysql_admin.sock
+test -S /var/lib/proxysql/proxysql_admin.sock
-test -S /tmp/proxysql_admin.sock
+test -S /var/lib/proxysql/proxysql_admin.sock
|
|
This job failed
Loading