Add Server Instance Feature #269
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
37s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
20 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/server_spec.rb#L13
postgresql::server with no parameters is expected to contain Exec[postgresql_reload] with command => "systemctl reload postgresql"
Failure/Error: expect(subject).to contain_exec('postgresql_reload').with('command' => 'systemctl reload postgresql')
expected that the catalogue would contain Exec[postgresql_reload]
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/server_spec.rb#L67
postgresql::server service_ensure => running sets postgres password
Failure/Error:
expect(subject).to contain_exec('set_postgres_postgrespw').with('command' => '/usr/bin/psql -c "ALTER ROLE \"postgres\" PASSWORD ${NEWPASSWD_ESCAPED}"',
'user' => 'postgres',
'environment' => ['PGPASSWORD=new-p@s$word-to-set', 'PGPORT=5432', 'NEWPASSWD_ESCAPED=$$new-p@s$word-to-set$$'],
'unless' => "/usr/bin/psql -h localhost -p 5432 -c 'select 1' > /dev/null")
expected that the catalogue would contain Exec[set_postgres_postgrespw]
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/server_spec.rb#L91
postgresql::server service_ensure => true sets postgres password
Failure/Error:
expect(subject).to contain_exec('set_postgres_postgrespw').with('command' => ['/usr/bin/psql -c "ALTER ROLE \"postgres\" PASSWORD ${NEWPASSWD_ESCAPED}"'],
'user' => 'postgres',
'environment' => ['PGPASSWORD=new-p@s$word-to-set', 'PGPORT=5432', 'NEWPASSWD_ESCAPED=$$new-p@s$word-to-set$$'],
'unless' => "/usr/bin/psql -h localhost -p 5432 -c 'select 1' > /dev/null")
expected that the catalogue would contain Exec[set_postgres_postgrespw]
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/server_spec.rb#L148
postgresql::server service_reload => /bin/true is expected to contain Exec[postgresql_reload] with command => "/bin/true"
Failure/Error: expect(subject).to contain_exec('postgresql_reload').with('command' => '/bin/true')
expected that the catalogue would contain Exec[postgresql_reload]
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L23
simple configuration that should be allowed parses a simple ini line
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L29
simple configuration that should be allowed parses a simple ini line (2)
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L35
simple configuration that should be allowed parses a simple ini line (3)
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L41
simple configuration that should be allowed parses a comment
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L47
simple configuration that should be allowed parses a comment (2)
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L53
simple configuration that should be allowed allows includes
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/server_spec.rb#L13
postgresql::server with no parameters is expected to contain Exec[postgresql_reload] with command => "systemctl reload postgresql"
Failure/Error: expect(subject).to contain_exec('postgresql_reload').with('command' => 'systemctl reload postgresql')
expected that the catalogue would contain Exec[postgresql_reload]
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/server_spec.rb#L67
postgresql::server service_ensure => running sets postgres password
Failure/Error:
expect(subject).to contain_exec('set_postgres_postgrespw').with('command' => '/usr/bin/psql -c "ALTER ROLE \"postgres\" PASSWORD ${NEWPASSWD_ESCAPED}"',
'user' => 'postgres',
'environment' => ['PGPASSWORD=new-p@s$word-to-set', 'PGPORT=5432', 'NEWPASSWD_ESCAPED=$$new-p@s$word-to-set$$'],
'unless' => "/usr/bin/psql -h localhost -p 5432 -c 'select 1' > /dev/null")
expected that the catalogue would contain Exec[set_postgres_postgrespw]
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/server_spec.rb#L91
postgresql::server service_ensure => true sets postgres password
Failure/Error:
expect(subject).to contain_exec('set_postgres_postgrespw').with('command' => ['/usr/bin/psql -c "ALTER ROLE \"postgres\" PASSWORD ${NEWPASSWD_ESCAPED}"'],
'user' => 'postgres',
'environment' => ['PGPASSWORD=new-p@s$word-to-set', 'PGPORT=5432', 'NEWPASSWD_ESCAPED=$$new-p@s$word-to-set$$'],
'unless' => "/usr/bin/psql -h localhost -p 5432 -c 'select 1' > /dev/null")
expected that the catalogue would contain Exec[set_postgres_postgrespw]
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/server_spec.rb#L148
postgresql::server service_reload => /bin/true is expected to contain Exec[postgresql_reload] with command => "/bin/true"
Failure/Error: expect(subject).to contain_exec('postgresql_reload').with('command' => '/bin/true')
expected that the catalogue would contain Exec[postgresql_reload]
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L23
simple configuration that should be allowed parses a simple ini line
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L29
simple configuration that should be allowed parses a simple ini line (2)
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L35
simple configuration that should be allowed parses a simple ini line (3)
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L41
simple configuration that should be allowed parses a comment
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L47
simple configuration that should be allowed parses a comment (2)
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/unit/provider/postgresql_conf/parsed_spec.rb#L53
simple configuration that should be allowed allows includes
|