Add Test for latest rundeck v5.7.0-20241021 #427
Annotations
3 errors
Run tests:
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
rundeck class remove rundeck behaves like an idempotent resource applies a second time without changes
Failure/Error: raise CommandFailure, "Host '#{self}' exited with #{result.exit_code} running:\n #{cmdline}\nLast #{@options[:trace_limit]} lines of output were:\n#{result.formatted_output(@options[:trace_limit])}"
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_110600381.LI4zuO.pp
Last 10 lines of output were:
Info: Loading facts
Warning: Facter: Container runtime, 'docker', is unsupported, setting to 'container_other'
�[mNotice: Compiled catalog for debian11-64-puppet7.example.com in environment production in 0.21 seconds
Info: Using environment 'production'
Info: Applying configuration version '1733223964'
�[mNotice: /Stage[main]/Rundeck::Service/Service[rundeckd]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Rundeck::Service/Service[rundeckd]: Unscheduling refresh on Service[rundeckd]
Info: Class[Rundeck::Service]: Scheduling refresh of Exec[Check rundeck cli connection]
�[mNotice: /Stage[main]/Rundeck::Cli/Exec[Check rundeck cli connection]: Triggered 'refresh' from 1 event
�[mNotice: Applied catalog in 0.92 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/rundeck_spec.rb:73
|
Run tests:
spec/acceptance/rundeck_spec.rb#L88
rundeck class remove rundeck Service "rundeckd" is expected not to be enabled
Failure/Error: it { is_expected.not_to be_enabled }
expected Service "rundeckd" not to be enabled
|
Run tests
Process completed with exit code 1.
|
Loading