Add support for Debian 12 (bookworm) #268
Annotations
10 errors
spec/defines/extension_spec.rb#L54
php::extension on debian-12-x86_64 installation from repository is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini" and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
spec/defines/extension_spec.rb#L76
php::extension on debian-12-x86_64 configure extension without installing a package is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/json.ini", require defined and config => {"extension"=>"json.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/json.ini",
require: nil,
config: {
'extension' => 'json.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/json.ini" but it is set to "/etc/php/8.2/mods-available/json.ini"
|
spec/defines/fpm_pool_spec.rb#L25
php::fpm::pool on debian-12-x86_64 plain config is expected to contain File[/etc/php5/fpm/pool.d/unique-name.conf]
Failure/Error: it { is_expected.to contain_file('/etc/php5/fpm/pool.d/unique-name.conf') }
expected that the catalogue would contain File[/etc/php5/fpm/pool.d/unique-name.conf]
|
spec/defines/extension_spec.rb#L154
php::extension on debian-12-x86_64 pecl extensions support so_name is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/opcache.ini" but it is set to "/etc/php/8.2/mods-available/opcache.ini"
|
spec/defines/extension_spec.rb#L177
php::extension on debian-12-x86_64 add ini file prefix if requested is expected to contain Php::Config[zendopcache] with file => "/etc/php5/mods-available/10-opcache.ini" and config => {"zend_extension"=>"opcache.so"}
Failure/Error:
is_expected.to contain_php__config('zendopcache').with(
file: "#{etcdir}/10-opcache.ini",
config: {
'zend_extension' => 'opcache.so'
}
)
expected that the catalogue would contain Php::Config[zendopcache] with file set to "/etc/php5/mods-available/10-opcache.ini" but it is set to "/etc/php/8.2/mods-available/10-opcache.ini"
|
spec/defines/extension_spec.rb#L223
php::extension on debian-12-x86_64 on Debian is expected to contain Php::Config[xdebug] with file => "/etc/php5/mods-available/xdebug.ini"
Failure/Error: it { is_expected.to contain_php__config('xdebug').with_file("#{etcdir}/xdebug.ini") }
expected that the catalogue would contain Php::Config[xdebug] with file set to "/etc/php5/mods-available/xdebug.ini" but it is set to "/etc/php/8.2/mods-available/xdebug.ini"
|
spec/defines/extension_spec.rb#L244
php::extension on debian-12-x86_64 on Debian pecl installation is expected to contain Php::Config[json] with file => "/etc/php5/mods-available/nice_name.ini" and config => {"extension"=>"nice_name.so", "test"=>"foo"}
Failure/Error:
is_expected.to contain_php__config('json').with(
file: "#{etcdir}/nice_name.ini",
config: {
'extension' => 'nice_name.so',
'test' => 'foo'
}
)
expected that the catalogue would contain Php::Config[json] with file set to "/etc/php5/mods-available/nice_name.ini" but it is set to "/etc/php/8.2/mods-available/nice_name.ini"
|
spec/classes/php_spec.rb#L94
php on debian-12-x86_64 when called with no parameters is expected to contain Package[php5-cli] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_cli_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-cli]
|
spec/classes/php_spec.rb#L95
php on debian-12-x86_64 when called with no parameters is expected to contain Package[php5-fpm] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_fpm_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-fpm]
|
spec/classes/php_spec.rb#L96
php on debian-12-x86_64 when called with no parameters is expected to contain Package[php5-dev] with ensure => "present"
Failure/Error: it { is_expected.to contain_package(php_dev_package).with_ensure('present') }
expected that the catalogue would contain Package[php5-dev]
|
The logs for this run have expired and are no longer available.
Loading