Fixes #38085 - Cap the number of Puma workers at 100 #1695
Annotations
10 errors
Run tests:
spec/classes/foreman_database_spec.rb#L12
foreman on almalinux-8-x86_64 with db_manage set to false is expected not to contain Class[foreman::database::postgresql]
Failure/Error: it { should_not contain_class('foreman::database::postgresql') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_config_ipa_spec.rb#L13
foreman on almalinux-8-x86_64 without apache is expected to raise Puppet::Error with message matching /External authentication via IPA can only be enabled when Apache is used/
Failure/Error: it { should raise_error(Puppet::Error, /External authentication via IPA can only be enabled when Apache is used/) }
expected Puppet::Error with message matching /External authentication via IPA can only be enabled when Apache is used/, got #<Puppet::PreformattedError: Evaluation Error: Error while evaluating a Function Call, 'ceiling' expe...g.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net> with backtrace:
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/functions/dispatcher.rb:39:in `dispatch'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/functions/function.rb:43:in `block in call'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/functions/function.rb:42:in `catch'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/functions/function.rb:42:in `call'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/puppet_stack.rb:42:in `stack'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/runtime3_support.rb:305:in `block in call_function'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/util/profiler/around_profiler.rb:58:in `profile'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/util/profiler.rb:51:in `profile'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/runtime3_support.rb:303:in `call_function'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:995:in `call_function_with_block'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:964:in `eval_CallNamedFunctionExpression'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1303:in `block in unfold'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1298:in `each'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:1298:in `unfold'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:964:in `eval_CallNamedFunctionExpression'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:370:in `eval_AssignmentExpression'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `block in eval_BlockExpression'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `each'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `reduce'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:679:in `eval_BlockExpression'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/visitor.rb:94:in `visit_this_1'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/evaluator/evaluator_impl.rb:81:in `evaluate'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/pops/parser/evaluating_parser.rb:60:in `evaluate'
# ./vendor/bundle/ruby/2.7.0/gems/puppet-7.34.0/lib/puppet/parser/ast/pops_bridge.rb:27:in `evaluate'
# ./vendor/bun
|
Run tests:
spec/classes/foreman_database_spec.rb#L14
foreman on almalinux-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:migrate]
Failure/Error: it { should contain_foreman__rake('db:migrate') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_config_ipa_spec.rb#L28
foreman on almalinux-8-x86_64 with apache enrolled system is expected to contain Exec[ipa-getkeytab]
Failure/Error: it { should contain_exec('ipa-getkeytab') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_database_spec.rb#L15
foreman on almalinux-8-x86_64 with db_manage set to false is expected to contain Foreman_config_entry[db_pending_seed]
Failure/Error: it { should contain_foreman_config_entry('db_pending_seed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_config_ipa_spec.rb#L29
foreman on almalinux-8-x86_64 with apache enrolled system is expected to contain Class[apache::mod::authnz_pam]
Failure/Error: it { should contain_class('apache::mod::authnz_pam') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_cli_spec.rb#L124
foreman::cli on almalinux-8-x86_64 with settings from foreman is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile.with_all_deps }
error during compilation: Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_database_spec.rb#L16
foreman on almalinux-8-x86_64 with db_manage set to false is expected to contain Foreman::Rake[db:seed]
Failure/Error: it { should contain_foreman__rake('db:seed') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_config_ipa_spec.rb#L30
foreman on almalinux-8-x86_64 with apache enrolled system is expected to contain Class[apache::mod::intercept_form_submit]
Failure/Error: it { should contain_class('apache::mod::intercept_form_submit') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Run tests:
spec/classes/foreman_cli_spec.rb#L125
foreman::cli on almalinux-8-x86_64 with settings from foreman is expected to contain Package[foreman-cli] with ensure => "installed"
Failure/Error:
should contain_package('foreman-cli')
.with_ensure('installed')
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Function Call, 'ceiling' expects 1 argument, got 2 (file: /home/runner/work/puppet-foreman/puppet-foreman/spec/fixtures/modules/foreman/manifests/config.pp, line: 94, column: 5) on node fv-az573-899.wtj3zil33u3elnrhdhmpgjmzic.cx.internal.cloudapp.net
|
Loading