Merge remote-tracking branch 'origin/SIRE-9538' #31
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 'ubuntu2004-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144342529.pp.PSXH33
Last 10 lines of output were:
Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because of failed dependencies
Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing
�[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: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 42.58 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
mongo testdb1 --eval 'printjson(db.getMongo().getDBs())'
Last 10 lines of output were:
MongoDB shell version v3.6.8
connecting to: mongodb://127.0.0.1:27017/testdb1
2023-08-23T14:44:30.720+0000 W NETWORK [thread1] Failed to connect to 127.0.0.1:27017, in(checking socket for error after poll), reason: Connection refused
2023-08-23T14:44:30.721+0000 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27017, connection attempt failed :
connect@src/mongo/shell/mongo.js:257:13
@(connect):1:6
exception: connect failed
|
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 'ubuntu2004-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144430728.pp.NtNl2Y
Last 10 lines of output were:
Error: Could not prefetch mongodb_database provider 'mongodb': no implicit conversion of Hash into String
Warning: /Stage[main]/Main/Mongodb::Db[testdb1]/Mongodb_database[testdb1]: Skipping because of failed dependencies
Error: Could not prefetch mongodb_user provider 'mongodb': Command mongo is missing
�[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
�[mNotice: Applied catalog in 29.48 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 'ubuntu2004-64-puppet7.example.com' exited with 1 running:
mongo testdb1 --port 27018 --eval 'printjson(db.getMongo().getDBs())'
Last 10 lines of output were:
MongoDB shell version v3.6.8
connecting to: mongodb://127.0.0.1:27018/testdb1
2023-08-23T14:45:05.801+0000 W NETWORK [thread1] Failed to connect to 127.0.0.1:27018, in(checking socket for error after poll), reason: Connection refused
2023-08-23T14:45:05.802+0000 E QUERY [thread1] Error: couldn't connect to server 127.0.0.1:27018, connection attempt failed :
connect@src/mongo/shell/mongo.js:257:13
@(connect):1:6
exception: connect failed
|
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 'ubuntu2004-64-puppet7.example.com' exited with 4 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144505808.pp.mqRLXg
Last 10 lines of output were:
Warning: /Stage[main]/Mongodb::Server::Service/Service[mongodb]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Server::Service/Mongodb_conn_validator[mongodb]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Client/Package[mongodb_client]: Skipping because of failed dependencies
Error: Could not prefetch mongodb_replset provider 'mongo': class or module required for rescue clause
Warning: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Config/File[/etc/mongodb-shard.conf]: Skipping because of failed dependencies
Warning: /Stage[main]/Mongodb::Mongos::Config/File[/etc/init.d/mongos]: 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 11.44 seconds
|
spec/acceptance/mongos_spec.rb#L43
mongodb::mongos class installation File "/etc/mongodb-shard.conf" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/etc/mongodb-shard.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
|
spec/acceptance/mongos_spec.rb#L56
mongodb::mongos class installation Port "27019" is expected to be listening
Failure/Error: it { is_expected.to be_listening }
expected Port "27019" to be listening
|
The logs for this run have expired and are no longer available.
Loading