update REFERENCE #4
pdk.yml
on: pull_request
validate
44s
unit-test
53s
Annotations
10 errors and 2 warnings
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-11-x86_64 without parameters behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:24
|
unit-test:
spec/classes/postfix_spec.rb#L46
postfix on debian-11-x86_64 with server package is expected to contain Package[mypackage] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('mypackage')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[mypackage] with ensure set to "present" but it is set to "installed"
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-11-x86_64 with server package behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:44
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-11-x86_64 with maps behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:58
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-11-x86_64 with additional resources behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:69
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-12-x86_64 without parameters behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:24
|
unit-test:
spec/classes/postfix_spec.rb#L46
postfix on debian-12-x86_64 with server package is expected to contain Package[mypackage] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('mypackage')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[mypackage] with ensure set to "present" but it is set to "installed"
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-12-x86_64 with server package behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:44
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-12-x86_64 with maps behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:58
|
unit-test:
spec/classes/postfix_spec.rb#L12
postfix on debian-12-x86_64 with additional resources behaves like postfix server is expected to contain Package[postfix] with ensure => "present" and tag => "postfix-packages"
Failure/Error:
is_expected.to contain_package('postfix')
.with(ensure: 'present',
tag: 'postfix-packages')
expected that the catalogue would contain Package[postfix] with ensure set to "present" but it is set to "installed"
Shared Example Group: "postfix server" called from ./spec/classes/postfix_spec.rb:69
|
validate
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
unit-test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|