Make provider holdable #242
Annotations
5 errors
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource holds the package (prevents refresh) 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 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094637262.tisEKM.pp
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1726307198'
Info: refresh-inhibit = none
Info: refresh-inhibit = hold
Info: called hold
Info: @property_hash = {:name=>"hello-world", :ensure=>"latest/beta", :mark=>"hold", :hold_time=>"2316-12-25T09:33:54.019074222Z", :provider=>"snap"}
Info: install_options =
Info: request = {"action"=>"hold", "channel"=>"latest/beta", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed 'hold' to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:111
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource can change channel while held 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 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094642645.TbNTxv.pp
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1726307204'
Info: refresh-inhibit = none
Info: refresh-inhibit = hold
Info: called hold
Info: @property_hash = {:name=>"hello-world", :ensure=>"latest/candidate", :mark=>"hold", :hold_time=>"2316-12-25T09:33:55.878889618Z", :provider=>"snap"}
Info: install_options =
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"forever"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed 'hold' to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:133
|
vendor/bundle/ruby/3.2.0/gems/voxpupuli-acceptance-3.2.0/lib/voxpupuli/acceptance/examples.rb#L8
snapd class package resource hold until specified date 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 'centos9-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_094646461.maAxwE.pp
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1726307207'
Info: refresh-inhibit = none
Info: refresh-inhibit = hold
Info: called hold
Info: @property_hash = {:name=>"hello-world", :ensure=>"latest/candidate", :mark=>"hold", :hold_time=>"2025-10-10T00:00:00.00000576Z", :provider=>"snap"}
Info: install_options = ["hold_time=2025-10-10"]
Info: request = {"action"=>"hold", "channel"=>"latest/candidate", "hold-level"=>"general", "time"=>"2025-10-10T00:00:00+00:00"}
�[mNotice: /Stage[main]/Main/Package[hello-world]/mark: mark changed 'hold' to 'hold'
�[mNotice: Applied catalog in 0.02 seconds
Shared Example Group: "an idempotent resource" called from ./spec/acceptance/01_snapd_spec.rb:156
|
spec/acceptance/01_snapd_spec.rb#L180
snapd class package resource unholds the package Command "snap list --unicode=never --color=never" stdout is expected not to match /held/
Failure/Error: is_expected.not_to match(%r{held})
expected "Name Version Rev Tracking Publisher Notes\ncore 16-2.61.4... canonical** core\nhello-world 6.4 29 latest/candidate canonical** held\n" not to match /held/
Diff:
@@ -1,3 +1,5 @@
-/held/
+Name Version Rev Tracking Publisher Notes
+core 16-2.61.4-20240607 17200 latest/stable canonical** core
+hello-world 6.4 29 latest/candidate canonical** held
|
|
This job failed
Loading