modulesync 9.1.0 #186
Annotations
7 errors
spec/classes/repo_apt_spec.rb#L16
gluster::repo::apt on ubuntu-20.04-x86_64 with all defaults installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
spec/classes/repo_apt_spec.rb#L49
gluster::repo::apt on ubuntu-20.04-x86_64 latest Gluster with priority installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
location: location[facts[:os]['name']],
pin: '700'
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
spec/classes/repo_apt_spec.rb#L70
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 4.1 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
spec/classes/repo_apt_spec.rb#L101
gluster::repo::apt on ubuntu-20.04-x86_64 Specific Gluster release 3.12 installs
Failure/Error:
is_expected.to contain_apt__source('glusterfs-LATEST').with(
repos: 'main',
release: facts[:lsbdistcodename].to_s,
key: key[facts[:os]['name']],
location: location[facts[:os]['name']]
)
expected that the catalogue would contain Apt::Source[glusterfs-LATEST] with release set to "" but it is set to "focal"
|
spec/classes/install_spec.rb#L77
gluster::install on archlinux-6-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
spec/classes/install_spec.rb#L77
gluster::install on sles-12-x86_64 installing on an unsupported architecture is expected to fail to compile and raise an error matching /not yet supported/
Failure/Error: it { is_expected.to compile.and_raise_error(%r{not yet supported}) } unless os == 'ubuntu-22.04-x86_64'
expected that the catalogue would fail to compile and raise an error matching /not yet supported/
|
|
This job failed
Loading