Skip to content

SIRE-9538 trigger github actions pipeline #17

SIRE-9538 trigger github actions pipeline

SIRE-9538 trigger github actions pipeline #17

Triggered via push June 20, 2023 11:55
Status Failure
Total duration 2m 32s
Artifacts

ci.yml

on: push
Puppet  /  Static validations
29s
Puppet / Static validations
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet  /  Test suite
0s
Puppet / Test suite
Fit to window
Zoom out
Zoom in

Annotations

14 errors
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on centos-7-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on centos-7-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L264
mongodb::server on centos-7-x86_64 with store_creds true is expected to contain File[/root/.mongorc.js] with ensure => "file", owner => "root", group => "root", mode => "0600" and content =~ /db\.auth\('admin', 'password'\)/ Failure/Error: is_expected.to contain_file('/root/.mongorc.js'). with_ensure('file'). with_owner('root'). with_group('root'). with_mode('0600'). with_content(%r{db\.auth\('admin', 'password'\)}) expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L281
mongodb::server on centos-7-x86_64 with store_creds false is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on ubuntu-18.04-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on ubuntu-18.04-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L264
mongodb::server on ubuntu-18.04-x86_64 with store_creds true is expected to contain File[/root/.mongorc.js] with ensure => "file", owner => "root", group => "root", mode => "0600" and content =~ /db\.auth\('admin', 'password'\)/ Failure/Error: is_expected.to contain_file('/root/.mongorc.js'). with_ensure('file'). with_owner('root'). with_group('root'). with_mode('0600'). with_content(%r{db\.auth\('admin', 'password'\)}) expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L281
mongodb::server on ubuntu-18.04-x86_64 with store_creds false is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L74
mongodb::server on ubuntu-20.04-x86_64 with defaults is expected to contain File[/root/.mongorc.js] with ensure => "file" and content !~ /db\.auth/ Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js').with_ensure('file').without_content(%r{db\.auth}) } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 (Ruby 2.7): spec/classes/server_spec.rb#L168
mongodb::server on ubuntu-20.04-x86_64 when specifying auth to true is expected to contain File[/root/.mongorc.js] Failure/Error: it { is_expected.to contain_file('/root/.mongorc.js') } expected that the catalogue would contain File[/root/.mongorc.js]
Puppet / 7 - Ubuntu 20.04
Process completed with exit code 1.
Puppet / 7 - CentOS 7
Process completed with exit code 1.
Puppet / 7 - Debian 10
Process completed with exit code 1.
Puppet / 7 - Ubuntu 18.04
Process completed with exit code 1.