modulesync 9.3.0 #103
Triggered via pull request
September 16, 2024 18:58
Status
Failure
Total duration
1h 37m 18s
Artifacts
–
ci.yml
on: pull_request
Puppet
/
Static validations
26s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
1s
Annotations
10 errors and 3 warnings
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7):
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
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Puppet 7 - OracleLinux 7
Process completed with exit code 1.
|
Puppet / Test suite
Process completed with exit code 1.
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system RedHat 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system CentOS 7
|
Puppet / Static validations:
metadata.json#L1
Skipping EOL operating system Debian 10
|