Support RHEL, CentOS, Alma, Oracle and Rocky 8 and 9 #252
Annotations
10 errors
spec/acceptance/database_spec.rb#L8
mongodb_database creating a database with default port compiles with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112103942.pp.EhzT0m
Last 10 lines of output were:
Error: Could not prefetch mongodb_user provider 'mongodb': No such file or directory @ rb_sysopen - /etc/mongodb.conf
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true
Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true
Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true
Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies
Info: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 27.71 seconds
|
spec/acceptance/database_spec.rb#L25
mongodb_database creating a database with default port creates the databases
Failure/Error: shell("mongo testdb1 --eval 'printjson(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 127 running:
mongo testdb1 --eval 'printjson(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongo: command not found
|
spec/acceptance/database_spec.rb#L32
mongodb_database creating a database with custom port works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112136670.pp.uPT5ir
Last 10 lines of output were:
Error: Could not prefetch mongodb_database provider 'mongodb': Could not evaluate MongoDB shell command: try { rs.secondaryOk() } catch (err) { rs.slaveOk() };printjson(db.getMongo().getDBs())
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Dependency Mongodb_database[testdb1] has failures: true
Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because of failed dependencies
Error: Could not prefetch mongodb_user provider 'mongodb': No such file or directory @ rb_sysopen - /etc/mongodb.conf
Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_user[User testuser on db testdb1]: Skipping because of failed dependencies
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Dependency Mongodb_user[User testuser on db testdb1] has failures: true
�[mNotice: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Dependency Mongodb_database[testdb2] has failures: true
Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_database[testdb2]: Skipping because of failed dependencies
Warning: /Stage[main]/Main/Mongodb::Db[testdb2]/Mongodb_user[User testuser on db testdb2]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 27.72 seconds
|
spec/acceptance/database_spec.rb#L52
mongodb_database creating a database with custom port creates the database
Failure/Error: shell("mongo testdb1 --port 27018 --eval 'printjson(db.getMongo().getDBs())'")
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 127 running:
mongo testdb1 --port 27018 --eval 'printjson(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: line 1: mongo: command not found
|
spec/acceptance/mongos_spec.rb#L20
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_failures: true)
Beaker::Host::CommandFailure:
Host 'oracle9-64-puppet8.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_112209312.pp.WtoRj9
Last 10 lines of output were:
Warning: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Install/Package[mongodb_mongos]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Config/File[/etc/mongos.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Config/File[/etc/sysconfig/mongos]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Service/Systemd::Unit_file[mongos.service]/File[/etc/systemd/system/mongos.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Service/Systemd::Unit_file[mongos.service]/Systemd::Daemon_reload[mongos.service]/Exec[systemd-mongos.service-systemctl-daemon-reload]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Service/Systemd::Unit_file[mongos.service]/Service[mongos.service]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]: Skipping because of failed dependencies
�[mNotice: Applied catalog in 9.70 seconds
|
spec/acceptance/mongos_spec.rb#L39
mongodb::mongos class installation 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
|
spec/acceptance/mongos_spec.rb#L43
mongodb::mongos class installation File "/etc/mongos.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongos.conf".file?` to be truthy, got false
|
spec/acceptance/mongos_spec.rb#L47
mongodb::mongos class installation Service "mongos" is expected to be enabled
Failure/Error: it { is_expected.to be_enabled }
expected Service "mongos" to be enabled
|
spec/acceptance/mongos_spec.rb#L48
mongodb::mongos class installation Service "mongos" is expected to be running
Failure/Error: it { is_expected.to be_running }
expected Service "mongos" to be running
|
spec/acceptance/mongos_spec.rb#L52
mongodb::mongos class installation Port "27017" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "27017" to be listening
|
The logs for this run have expired and are no longer available.
Loading