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 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144344820.pp.pdzOOm
Last 10 lines of output were:
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: Stage[main]: Unscheduling all events on Stage[main]
Info: Creating state file /opt/puppetlabs/puppet/cache/state/state.yaml
�[mNotice: Applied catalog in 39.02 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 'debian10-64-puppet7.example.com' exited with 127 running:
mongo testdb1 --eval 'printjson(db.getMongo().getDBs())'
Last 10 lines of output were:
bash: 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 'debian10-64-puppet7.example.com' exited with 6 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_144519900.pp.A3ofA0
Last 10 lines of output were:
Info: Class[Mongodb::Mongos::Service]: Scheduling refresh of Service[mongos]
�[mNotice: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]/ensure: ensure changed 'stopped' to 'running'
Info: /Stage[main]/Mongodb::Mongos::Service/Service[mongos]: Unscheduling refresh on Service[mongos]
�[mNotice: Failed to connect to mongodb within timeout window of 240 seconds; giving up.
Error: Unable to connect to mongodb server! (127.0.0.1:27017)
Error: /Stage[main]/Mongodb::Mongos::Service/Mongodb_conn_validator[mongos]/ensure: change from 'absent' to 'present' failed: Unable to connect to mongodb server! (127.0.0.1:27017)
Info: Class[Mongodb::Mongos::Service]: Unscheduling all events on Class[Mongodb::Mongos::Service]
Info: Class[Mongodb::Mongos]: Unscheduling all events on Class[Mongodb::Mongos]
Info: Stage[main]: Unscheduling all events on Stage[main]
�[mNotice: Applied catalog in 266.01 seconds
|
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/server_spec.rb#L153
mongodb::server class installation using authentication File "/root/.mongosh.js" is expected to be file
Failure/Error: it { is_expected.to be_file }
expected `File "/root/.mongosh.js".file?` to be truthy, got false
|
spec/acceptance/server_spec.rb#L154
mongodb::server class installation using authentication File "/root/.mongosh.js" is expected to be owned by "root"
Failure/Error: it { is_expected.to be_owned_by 'root' }
expected `File "/root/.mongosh.js".owned_by?("root")` to be truthy, got false
|
spec/acceptance/server_spec.rb#L155
mongodb::server class installation using authentication File "/root/.mongosh.js" is expected to be grouped into "root"
Failure/Error: it { is_expected.to be_grouped_into 'root' }
expected `File "/root/.mongosh.js".grouped_into?("root")` to be truthy, got false
|
spec/acceptance/server_spec.rb#L156
mongodb::server class installation using authentication File "/root/.mongosh.js" is expected to be mode 600
Failure/Error: it { is_expected.to be_mode 600 }
expected `File "/root/.mongosh.js".mode?(600)` to be truthy, got false
|
spec/acceptance/server_spec.rb#L157
mongodb::server class installation using authentication File "/root/.mongosh.js" is expected to contain "admin.auth('admin', 'password')"
Failure/Error: it { is_expected.to contain 'admin.auth(\'admin\', \'password\')' }
expected File "/root/.mongosh.js" to contain "admin.auth('admin', 'password')"
|
spec/acceptance/server_spec.rb#L161
mongodb::server class installation using authentication Command "mongosh admin --quiet --eval "load('/root/.mongosh.js');printjson(db.getUser('admin')['customData'])"" exit_status is expected to eq 0
Failure/Error: its(:exit_status) { is_expected.to eq 0 }
expected: 0
got: 1
(compared using ==)
|
The logs for this run have expired and are no longer available.
Loading