(PE-36943) Support version 2023.4 #53
Annotations
2 errors and 7 warnings
spec/functions/assert_supported_pe_version_spec.rb#L17
peadm::assert_supported_pe_version valid PE versions accepts the minimum supported version
Failure/Error: is_expected.to run.with_params('2019.7.0').and_return({ 'supported' => true })
expected peadm::assert_supported_pe_version("2019.7.0") to have returned {"supported"=>true} instead of raising Puppet::PreformattedError(Evaluation Error: Error while evaluating a Function Call, This version of the puppetlabs-peadm module does not support PE 2019.7.0.
For PE versions older than 2019.8, please check to see if version 1.x or 2.x of the puppetlabs-peadm module supports your PE version.
For PE versions newer than 2023.4, check to see if a new version of peadm exists which supports that version of PE.
(file: /home/runner/work/puppetlabs-peadm/puppetlabs-peadm/spec/fixtures/modules/peadm/functions/assert_supported_pe_version.pp, line: 30, column: 5))
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/parser/functions/fail.rb:11:in `block in get_binding'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/parser/functions.rb:216:in `block (2 levels) in newfunction'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/util/profiler/around_profiler.rb:59:in `profile'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/util/profiler.rb:52:in `profile'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/parser/functions.rb:209:in `block in newfunction'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/functions.rb:752:in `block in call'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/functions.rb:749:in `catch'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/functions.rb:749:in `call'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/puppet_stack.rb:43:in `stack'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/runtime3_support.rb:306:in `block in call_function'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/util/profiler/around_profiler.rb:59:in `profile'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/util/profiler.rb:52:in `profile'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/runtime3_support.rb:304:in `call_function'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/evaluator_impl.rb:996:in `call_function_with_block'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/evaluator_impl.rb:965:in `eval_CallNamedFunctionExpression'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/visitor.rb:95:in `visit_this_1'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/evaluator_impl.rb:82:in `evaluate'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1059:in `block in eval_IfExpression'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/parser/scope.rb:990:in `with_guarded_scope'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gems/puppet-8.2.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1057:in `eval_IfExpression'
/home/runner/work/puppetlabs-peadm/puppetlabs-peadm/vendor/bundle/ruby/3.2.0/gem
|
|
spec/functions/certname_spec.rb#L13
peadm::certname
Skipped: Temporarily skipped with xit
|
spec/functions/file_or_content_spec.rb#L16
peadm::file_or_content
Skipped: Temporarily skipped with xit
|
spec/functions/get_targets_spec.rb#L20
peadm::get_targets string arguments converts a string input to a Target array without count
Skipped: Being able to stub the get_targets() function
|
spec/functions/get_targets_spec.rb#L24
peadm::get_targets string arguments converts a string input to a Target array with count
Skipped: Being able to stub the get_targets() function
|
spec/functions/get_targets_spec.rb#L31
peadm::get_targets array arguments converts an array input to a Target array without count
Skipped: Being able to stub the get_targets() function
|
spec/functions/get_targets_spec.rb#L35
peadm::get_targets array arguments converts an array input to a Target array with count
Skipped: Being able to stub the get_targets() function
|
spec/plans/util/sanitize_pg_pe_conf_spec.rb#L11
peadm::util::sanitize_pg_pe_conf Runs
Failure/Error: expect(run_plan('peadm::util::sanitize_pg_pe_conf', 'targets' => 'foo,bar', 'primary_host' => 'pe-server-d8b317-0.us-west1-a.c.davidsand.internal')).to be_ok
expected `#<Bolt::PlanResult:0x00007fd193e49190 @value=#<Bolt::PAL::PALError: undefined method `start_with?' fo...::puppetdb_hosts"=>["pe-server-d8b317-0.us-west1-a.c.davidsand.internal"]}:Hash>, @status="failure">.ok?` to be truthy, got false
|
The logs for this run have expired and are no longer available.
Loading