Added cache_disk #519
Annotations
10 errors
Run tests:
spec/classes/mod/cache_spec.rb#L13
apache::mod::cache on a Debian OS is expected to contain File[cache.conf] with content supplied string
Failure/Error:
expect(subject).to contain_file('cache.conf')
.with(content: '')
expected that the catalogue would contain File[cache.conf] with content set to supplied string
Diff:
@@ -1 +1,2 @@
+CacheIgnoreHeaders
|
Run tests:
spec/classes/mod/cache_spec.rb#L25
apache::mod::cache on a Debian OS with cache_ignore_headers is expected to contain File[cache.conf] with content =~ /CacheIgnoreHeaders Set-Cookie/
Failure/Error:
expect(subject).to contain_file('cache.conf')
.with(content: %r{CacheIgnoreHeaders Set-Cookie})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache]: parameter 'cache_ignore_headers' expects an Array value, got String (line: 2, column: 1) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L22
apache::mod::disk_cache on a Debian OS is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Tuple (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L23
apache::mod::disk_cache on a Debian OS is expected to contain Class[apache::mod::disk_cache]
Failure/Error: it { is_expected.to contain_class('apache::mod::disk_cache') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Tuple (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L24
apache::mod::disk_cache on a Debian OS is expected to contain Class[apache::mod::cache] that comes before Class[Apache::Mod::Cache_disk]
Failure/Error: it { is_expected.to contain_class('apache::mod::cache').that_comes_before('Class[Apache::Mod::Cache_disk]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Tuple (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L25
apache::mod::disk_cache on a Debian OS is expected to contain Apache::Mod[cache_disk]
Failure/Error: it { is_expected.to contain_apache__mod('cache_disk') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Tuple (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L27
apache::mod::disk_cache on a Debian OS is expected to contain File[cache_disk.conf] with content =~ /CacheEnable disk \/\nCacheRoot "\/var\/cache\/apache2\/mod_cache_disk"\nCacheDirLevels 2\nCacheDirLength 1\nCacheIgnoreHeaders Set-Cookie/
Failure/Error:
expect(subject).to contain_file('cache_disk.conf')
.with(content: %r{CacheEnable disk /\nCacheRoot "/var/cache/apache2/mod_cache_disk"\nCacheDirLevels 2\nCacheDirLength 1\nCacheIgnoreHeaders Set-Cookie})
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Tuple (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L35
apache::mod::disk_cache on a Debian OS with $default_cache_enable = false is expected to compile into a catalogue without dependency cycles
Failure/Error: it { is_expected.to compile }
error during compilation: Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Array (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L36
apache::mod::disk_cache on a Debian OS with $default_cache_enable = false is expected to contain Class[apache::mod::disk_cache]
Failure/Error: it { is_expected.to contain_class('apache::mod::disk_cache') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Array (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
Run tests:
spec/classes/mod/disk_cache_spec.rb#L37
apache::mod::disk_cache on a Debian OS with $default_cache_enable = false is expected to contain Class[apache::mod::cache] that comes before Class[Apache::Mod::Cache_disk]
Failure/Error: it { is_expected.to contain_class('apache::mod::cache').that_comes_before('Class[Apache::Mod::Cache_disk]') }
Puppet::PreformattedError:
Evaluation Error: Error while evaluating a Resource Statement, Class[Apache::Mod::Cache_disk]: parameter 'cache_ignore_headers' expects a value of type Undef or String, got Array (file: /home/runner/work/puppetlabs-apache/puppetlabs-apache/spec/fixtures/modules/apache/manifests/mod/disk_cache.pp, line: 36, column: 3) on node fv-az1147-421.urepskurchde5bezhbfcvglrmc.dx.internal.cloudapp.net
|
The logs for this run have expired and are no longer available.
Loading