Fix replicaset provider when auth is disabled #509
ci.yml
on: pull_request
Puppet
/
Static validations
18s
Matrix: Puppet / acceptance
Matrix: Puppet / unit
Puppet
/
Test suite
0s
Annotations
42 errors
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/provider/mongodb_replset/mongodb_spec.rb#L82
Puppet::Type::Mongodb_replset::ProviderMongo#exists? when the replicaset exists returns true
Failure/Error: expect(resource.provider.exists?).to be true
expected true
got false
|
Puppet / 8 (Ruby 3.2):
spec/unit/puppet/provider/mongodb_replset/mongodb_spec.rb#L103
Puppet::Type::Mongodb_replset::ProviderMongo#members returns the members of a configured replicaset
Failure/Error: expect(resource.provider.members).to match_array(valid_members)
expected a collection that can be converted to an array with `#to_ary` or `#to_a`, but got :absent
|
Puppet / 8 (Ruby 3.2)
Process completed with exit code 1.
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/mongodb_replset/mongodb_spec.rb#L82
Puppet::Type::Mongodb_replset::ProviderMongo#exists? when the replicaset exists returns true
Failure/Error: expect(resource.provider.exists?).to be true
expected true
got false
|
Puppet / 7 (Ruby 2.7):
spec/unit/puppet/provider/mongodb_replset/mongodb_spec.rb#L103
Puppet::Type::Mongodb_replset::ProviderMongo#members returns the members of a configured replicaset
Failure/Error: expect(resource.provider.members).to match_array(valid_members)
expected a collection that can be converted to an array with `#to_ary` or `#to_a`, but got :absent
|
Puppet / 7 (Ruby 2.7)
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125935017.pp.3C3JEf
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321977'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.00 seconds
|
Puppet / Puppet 8 - CentOS 7 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125942074.pp.BpcvIb
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321984'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.01 seconds
|
Puppet / Puppet 7 - CentOS 7 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125947851.pp.OyJQvt
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321990'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.07 seconds
|
Puppet / Puppet 7 - CentOS 8 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125938646.pp.BUk2B8
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321980'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 1.97 seconds
|
Puppet / Puppet 7 - CentOS 7 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125949659.pp.bgMzWo
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321992'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 1.98 seconds
|
Puppet / Puppet 8 - CentOS 8 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125948685.pp.fvqyzv
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321991'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.01 seconds
|
Puppet / Puppet 7 - CentOS 8 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos8-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125949618.pp.NfFw1V
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712321991'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 1.96 seconds
|
Puppet / Puppet 8 - CentOS 8 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'centos7-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130009953.pp.QQxo0V
Last 10 lines of output were:
Info: Using environment 'production'
Info: Applying configuration version '1712322012'
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.06 seconds
|
Puppet / Puppet 8 - CentOS 7 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 10 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125959242.pp.RtLuE8
Last 10 lines of output were:
Warning: Private key for 'debian10-64-puppet7.example.com' does not exist
Warning: Client certificate for 'debian10-64-puppet7.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.13 seconds
|
Puppet / Puppet 7 - Debian 10 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130000004.pp.FwOpII
Last 10 lines of output were:
Warning: Private key for 'debian10-64-puppet7.example.com' does not exist
Warning: Client certificate for 'debian10-64-puppet7.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.84 seconds
|
Puppet / Puppet 7 - Debian 10 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130000769.pp.OIE9Ey
Last 10 lines of output were:
Warning: Private key for 'debian11-64-puppet7.example.com' does not exist
Warning: Client certificate for 'debian11-64-puppet7.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 2.80 seconds
|
Puppet / Puppet 7 - Debian 11 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 10 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130003426.pp.xFUvNh
Last 10 lines of output were:
Warning: Private key for 'debian10-64-puppet8.example.com' does not exist
Warning: Client certificate for 'debian10-64-puppet8.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.33 seconds
|
Puppet / Puppet 8 - Debian 10 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 11 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian11-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_125959240.pp.ShFHwi
Last 10 lines of output were:
Warning: Private key for 'debian11-64-puppet8.example.com' does not exist
Warning: Client certificate for 'debian11-64-puppet8.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.00 seconds
|
Puppet / Puppet 8 - Debian 11 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 8 - Debian 10 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'debian10-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130012750.pp.fdpxbx
Last 10 lines of output were:
Warning: Private key for 'debian10-64-puppet8.example.com' does not exist
Warning: Client certificate for 'debian10-64-puppet8.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.31 seconds
|
Puppet / Puppet 8 - Debian 10 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130010589.pp.33Wyqv
Last 10 lines of output were:
Warning: Private key for 'ubuntu2004-64-puppet7.example.com' does not exist
Warning: Client certificate for 'ubuntu2004-64-puppet7.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.30 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 4.4:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130014674.pp.rWXMga
Last 10 lines of output were:
Warning: Private key for 'ubuntu2004-64-puppet8.example.com' does not exist
Warning: Client certificate for 'ubuntu2004-64-puppet8.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.49 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 4.4
Process completed with exit code 1.
|
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet8.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130011248.pp.xxRKil
Last 10 lines of output were:
Warning: Private key for 'ubuntu2004-64-puppet8.example.com' does not exist
Warning: Client certificate for 'ubuntu2004-64-puppet8.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.13 seconds
|
Puppet / Puppet 8 - Ubuntu 20.04 - MongoDB 5.0
Process completed with exit code 1.
|
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0:
spec/acceptance/mongos_spec.rb#L13
mongodb::mongos class installation works with no errors
Failure/Error: apply_manifest(pp, catch_changes: true)
Beaker::Host::CommandFailure:
Host 'ubuntu2004-64-puppet7.example.com' exited with 2 running:
puppet apply --verbose --detailed-exitcodes /tmp/apply_manifest_130040945.pp.yawlUS
Last 10 lines of output were:
Warning: Private key for 'ubuntu2004-64-puppet7.example.com' does not exist
Warning: Client certificate for 'ubuntu2004-64-puppet7.example.com' does not exist
�[mNotice: /Stage[main]/Mongodb::Replset/Mongodb_replset[test]/members: members changed [
{
'host' => '127.0.0.1:27019'
}] to [
{
'host' => '127.0.0.1:27019'
}]
�[mNotice: Applied catalog in 3.61 seconds
|
Puppet / Puppet 7 - Ubuntu 20.04 - MongoDB 5.0
Process completed with exit code 1.
|