modulesync 9.3.0 #107
Annotations
10 errors
Run tests:
spec/acceptance/class_spec.rb#L9
proxysql class version 1.4 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090640234.wMZ9Up.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Unsupported `proxysql::version` 1.4.16 (file: /etc/puppetlabs/code/environments/production/modules/proxysql/manifests/repo.pp, line: 12, column: 20) on node oracle8-64-puppet7.example.com
|
Run tests:
spec/acceptance/class_spec.rb#L22
proxysql class version 1.4 Package "proxysql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "proxysql" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L26
proxysql class version 1.4 Service "proxysql" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "proxysql" to be enabled
|
Run tests:
spec/acceptance/class_spec.rb#L27
proxysql class version 1.4 Service "proxysql" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "proxysql" to be running
|
Run tests:
spec/acceptance/class_spec.rb#L31
proxysql class version 1.4 Command "proxysql --version" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 127
(compared using ==)
|
Run tests:
spec/acceptance/class_spec.rb#L32
proxysql class version 1.4 Command "proxysql --version" stderr is expected to match /^ProxySQL version 1\.4\./
Failure/Error: its(:stderr) { is_expected.to match %r{^ProxySQL version 1\.4\.} }
expected "/bin/sh: proxysql: command not found\n" to match /^ProxySQL version 1\.4\./
Diff:
@@ -1 +1 @@
-/^ProxySQL version 1\.4\./
+/bin/sh: proxysql: command not found
|
Run tests:
spec/acceptance/class_spec.rb#L38
proxysql class Upgrading to version 2.0 works idempotently with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle8-64-puppet7.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_090642875.YgT4ae.pp
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
Error: Evaluation Error: Error while evaluating a Function Call, Unsupported `proxysql::version` 2.0.7 (file: /etc/puppetlabs/code/environments/production/modules/proxysql/manifests/repo.pp, line: 12, column: 20) on node oracle8-64-puppet7.example.com
|
Run tests:
spec/acceptance/class_spec.rb#L55
proxysql class Upgrading to version 2.0 Package "proxysql" is expected to be installed
Failure/Error: it { is_expected.to be_installed }
expected Package "proxysql" to be installed
|
Run tests:
spec/acceptance/class_spec.rb#L59
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "proxysql" to be enabled
|
Run tests:
spec/acceptance/class_spec.rb#L60
proxysql class Upgrading to version 2.0 Service "proxysql" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "proxysql" to be running
|
Loading