nightly #116
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
nightly.yml
on: schedule
Spec
/
Setup Test Matrix
30s
Matrix: Spec / spec
Matrix: Acceptance / acceptance
Waiting for pending jobs
Annotations
6 errors
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/apache_spec.rb#L627
apache on a Gentoo OS is expected to contain File[/var/www/localhost/htdocs] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file('/var/www/localhost/htdocs').with(
'ensure' => 'directory',
)
expected that the catalogue would contain File[/var/www/localhost/htdocs]
|
Spec / Spec tests (Puppet: ~> 8.0, Ruby Ver: 3.2):
spec/classes/mod/php_spec.rb#L92
apache::mod::php on debian-12-x86_64 on a Debian OS on bookworm is expected to contain File[php8.2.load] with content supplied string
Failure/Error:
expect(subject).to contain_file('php8.2.load').with(
content: "LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so\n",
)
expected that the catalogue would contain File[php8.2.load] with content set to supplied string
Diff:
@@ -1 +1 @@
-LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so
+LoadModule php_module /usr/lib/apache2/modules/libphp8.2.so
|
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/apache_spec.rb#L627
apache on a Gentoo OS is expected to contain File[/var/www/localhost/htdocs] with ensure => "directory"
Failure/Error:
expect(subject).to contain_file('/var/www/localhost/htdocs').with(
'ensure' => 'directory',
)
expected that the catalogue would contain File[/var/www/localhost/htdocs]
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7):
spec/classes/mod/php_spec.rb#L92
apache::mod::php on debian-12-x86_64 on a Debian OS on bookworm is expected to contain File[php8.2.load] with content supplied string
Failure/Error:
expect(subject).to contain_file('php8.2.load').with(
content: "LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so\n",
)
expected that the catalogue would contain File[php8.2.load] with content set to supplied string
Diff:
@@ -1 +1 @@
-LoadModule php8_module /usr/lib/apache2/modules/libphp8.2.so
+LoadModule php_module /usr/lib/apache2/modules/libphp8.2.so
|
Spec / Spec tests (Puppet: ~> 7.24, Ruby Ver: 2.7)
Process completed with exit code 1.
|