Remove unused validate_postgresql_connection.sh script #723
ci.yml
on: pull_request
Spec
/
Setup Test Matrix
28s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
4 errors and 3 warnings
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/client_spec.rb#L24
postgresql::client with parameters has specified validate connexion
Failure/Error:
expect(subject).to contain_file('/opt/bin/my-validate-con.sh').with(ensure: 'file',
owner: 0,
group: 0,
mode: '0755')
expected that the catalogue would contain File[/opt/bin/my-validate-con.sh] with ensure set to "file" but it is set to "absent", and parameter owner set to 0 but it is set to nil, and parameter group set to 0 but it is set to nil, and parameter mode set to "0755" but it is set to nil
Diff:
@@ -1,7 +1 @@
-file
-
-0
-
-0
-
-0755
+absent
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
Process completed with exit code 1.
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/client_spec.rb#L24
postgresql::client with parameters has specified validate connexion
Failure/Error:
expect(subject).to contain_file('/opt/bin/my-validate-con.sh').with(ensure: 'file',
owner: 0,
group: 0,
mode: '0755')
expected that the catalogue would contain File[/opt/bin/my-validate-con.sh] with ensure set to "file" but it is set to "absent", and parameter owner set to 0 but it is set to nil, and parameter group set to 0 but it is set to nil, and parameter mode set to "0755" but it is set to nil
Diff:
@@ -1,7 +1 @@
-file
-
-0
-
-0
-
-0755
+absent
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|
Spec / Setup Test Matrix
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|