support newer firewall module #87
Annotations
3 errors
Run tests:
spec/acceptance/instance_spec.rb#L57
memcached with service limits works idempotently with no errors
Failure/Error: apply_manifest(pp2, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'debian12-64-puppet8.example.com' exited with 1 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_161426015.pp.JiDzJl
Last 10 lines of output were:
Info: Loading facts
Info: Loading facts
Info: Loading facts
Info: Loading facts
Error: Evaluation Error: Error while evaluating a Resource Statement, Evaluation Error: Error while evaluating a Function Call, deprecation. systemd::servicelimits - [email protected]. systemd::servicelimits is deprecated, use systemd::manage_dropin at ["/etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp", 77]: (file: /etc/puppetlabs/code/environments/production/modules/systemd/manifests/service_limits.pp, line: 77, column: 5) (file: /etc/puppetlabs/code/environments/production/modules/memcached/manifests/instance.pp, line: 41) on node debian12-64-puppet8.example.com
|
Run tests:
spec/acceptance/instance_spec.rb#L73
memcached with service limits File "/etc/systemd/system/[email protected]/90-limits.conf" content is expected to match /LimitNOFILE=8192\nLimitNPROC=16384/
Failure/Error: its(:content) { is_expected.to match %r{LimitNOFILE=8192\nLimitNPROC=16384} }
expected "" to match /LimitNOFILE=8192\nLimitNPROC=16384/
Diff:
@@ -1 +1 @@
-/LimitNOFILE=8192\nLimitNPROC=16384/
+""
|
Run tests
Process completed with exit code 1.
|
Loading