Skip to content

Backslashes in a password need to be escaped #620

Backslashes in a password need to be escaped

Backslashes in a password need to be escaped #620

Triggered via pull request May 6, 2024 08:35
Status Cancelled
Total duration 16m 37s
Artifacts

ci.yml

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

Annotations

521 errors
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084650537.pp.zKsoi0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985212' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084652249.pp.vYW0W4 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985213' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084700178.pp.9hSp0Z Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985221' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084657998.pp.IJqY7P Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985219' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084706350.pp.G6z8A3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985227' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084719503.pp.n1RZOP Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985241' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084718764.pp.2mm8L6 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985240' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084719335.pp.J0GxpJ Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985240' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084721404.pp.CocwnV Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985243' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084722175.pp.vWSF8l Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985243' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084725415.pp.NaELqA Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985246' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Rocky 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084722508.pp.Ql9ehX Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985244' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084725443.pp.vHFydM Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985247' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084731635.pp.Km5Oe0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985253' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084740141.pp.PuWnur Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985261' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084743090.pp.vC3eq5 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985264' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084746534.pp.pnzBKK Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985268' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084745254.pp.3Jlvjj Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985266' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084750167.pp.W6MYa0 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985271' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084753434.pp.s5abqK Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985275' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084812400.pp.7ma1If Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985293' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084800813.pp.C6IvA8 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985283' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 12 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084830179.pp.9LKVT7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985311' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084818144.pp.3rDOK3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.11 seconds Info: Using environment 'production' Info: Applying configuration version '1714985299' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084831644.pp.3PECGs Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985313' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084837635.pp.McbEAM Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985319' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084848067.pp.U1VqN7 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985329' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084835665.pp.B6nTCc Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985317' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - OracleLinux 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084855815.pp.ePWq3u Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985337' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - AlmaLinux 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084919767.pp.VEZnQk Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985363' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - Debian 12 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Debian 12 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085048316.pp.e6Jtyb Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985450' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 9 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - Debian 11 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Debian 11 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 22.04 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Ubuntu 22.04 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085030864.pp.8930Hu Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985434' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085131266.pp.zhsQPS Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985495' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - Debian 10 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Debian 10 - MongoDB 5.0
The operation was canceled.
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084853578.pp.3WLLBR Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.18 seconds Info: Using environment 'production' Info: Applying configuration version '1714985336' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084920062.pp.7tMhnW Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985363' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 11 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 11 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084927151.pp.3qQQRm Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985370' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 10 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084945942.pp.Tx8C2c Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985387' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 7 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085052713.pp.7L8K59 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.21 seconds Info: Using environment 'production' Info: Applying configuration version '1714985456' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Ubuntu 22.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 5.0
The operation was canceled.
Puppet / Puppet 8 - Debian 11 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Debian 11 - MongoDB 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085126869.pp.0PvZmG Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985488' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084906513.pp.zsWTbT Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.19 seconds Info: Using environment 'production' Info: Applying configuration version '1714985349' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085026683.pp.g70E0e Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985428' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 8 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - Rocky 8 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Rocky 8 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Rocky 8 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - Debian 11 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Debian 11 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 9 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Rocky 9 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet7.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085137272.pp.KBFnUl Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet7.example.com in environment production in 0.20 seconds Info: Using environment 'production' Info: Applying configuration version '1714985501' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - Ubuntu 22.04 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - Ubuntu 22.04 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: 1: mongosh: not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: 1: mongosh: not found
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 9 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Rocky 9 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_084950744.pp.IMrDt3 Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.14 seconds Info: Using environment 'production' Info: Applying configuration version '1714985392' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - Debian 10 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - Debian 10 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 7 - MongoDB 6.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - OracleLinux 8 - MongoDB 5.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 9 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - OracleLinux 9 - MongoDB 6.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - OracleLinux 9 - MongoDB 7.0
The operation was canceled.
Puppet / Puppet 8 - OracleLinux 9 - MongoDB 6.0
The operation was canceled.
Puppet / Puppet 8 - Rocky 8 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - Rocky 8 - MongoDB 5.0
The operation was canceled.
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085105846.pp.oJWF8U Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985467' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: line 1: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: line 1: mongosh: command not found
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 9 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085006218.pp.EjPNTY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.13 seconds Info: Using environment 'production' Info: Applying configuration version '1714985407' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0
Canceling since a higher priority waiting request for '760/merge' exists
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L176
mongodb::server class installation using authentication with complex password works with no errors Failure/Error: apply_manifest(pp, catch_failures: true) Beaker::Host::CommandFailure: Host 'host1-puppet8.example.com' exited with 1 running: puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_085032496.pp.Lz9USY Last 10 lines of output were: Info: Loading facts Info: Loading facts Info: Loading facts Info: Loading facts �[mNotice: Compiled catalog for host1-puppet8.example.com in environment production in 0.12 seconds Info: Using environment 'production' Info: Applying configuration version '1714985434' Error: Found 1 dependency cycle: (Mongodb_database[admin] => Mongodb::Db[admin] => Class[Mongodb::Server] => Class[Mongodb::Client] => Package[mongodb_client] => Mongodb_database[admin])\nTry the '--graph' option and opening the resulting '.dot' file in OmniGraffle or GraphViz Error: Failed to apply catalog: One or more resource dependency cycles detected in graph
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L198
mongodb::server class installation using authentication with complex password Package "mongodb-org-server" is expected to be installed Failure/Error: it { is_expected.to be_installed } expected Package "mongodb-org-server" to be installed
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L202
mongodb::server class installation using authentication with complex password File "/etc/mongod.conf" is expected to be file Failure/Error: it { is_expected.to be_file } expected `File "/etc/mongod.conf".file?` to be truthy, got false
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L206
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be enabled Failure/Error: it { is_expected.to be_enabled } expected Service "mongod" to be enabled
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L207
mongodb::server class installation using authentication with complex password Service "mongod" is expected to be running Failure/Error: it { is_expected.to be_running } expected Service "mongod" to be running
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L211
mongodb::server class installation using authentication with complex password Port "27017" is expected to be listening Failure/Error: it { is_expected.to be_listening } expected Port "27017" to be listening
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L215
mongodb::server class installation using authentication with complex password Command "mongosh --quiet --eval "db.serverCmdLineOpts().ok"" stderr is expected to match /requires authentication/ Failure/Error: its(:stderr) { is_expected.to match %r{requires authentication} } expected "/bin/sh: mongosh: command not found\n" to match /requires authentication/ Diff: @@ -1 +1 @@ -/requires authentication/ +/bin/sh: mongosh: command not found
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L223
mongodb::server class installation using authentication with complex password File "/root/.mongoshrc.js" is expected to contain "admin.auth('admin', 'admin_\\\\_password')" Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'admin_\\\\_password\')' } expected File "/root/.mongoshrc.js" to contain "admin.auth('admin', 'admin_\\\\_password')"
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L227
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" exit_status is expected to eq 0 Failure/Error: its(:exit_status) { is_expected.to eq 0 } expected: 0 got: 127 (compared using ==)
Puppet / Puppet 8 - CentOS 8 - MongoDB 7.0: spec/acceptance/server_spec.rb#L228
mongodb::server class installation using authentication with complex password Command "mongosh admin --quiet --eval "load('/root/.mongoshrc.js');EJSON.stringify(db.getUser('admin')['customData'])"" stdout is expected to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Failure/Error: its(:stdout) { is_expected.to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" } expected "" to match "{\"createdBy\":\"Puppet Mongodb_user['User admin on db admin']\"}\n" Diff: @@ -1,2 +1 @@ -{"createdBy":"Puppet Mongodb_user['User admin on db admin']"}