Skip to content

Commit

Permalink
rspec formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
thejambavan committed Nov 10, 2023
1 parent d59524b commit a6db2e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/classes/redis_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -1708,7 +1708,6 @@ class { 'redis':
end

it { is_expected.not_to contain_file(config_file_orig).with('content' => %r{^rdb-save-incremental-fsync}) }

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on centos-7-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on ubuntu-20.04-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on centos-9-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on rocky-9-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on centos-8-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on redhat-9-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on redhat-8-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on rocky-8-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on debian-10-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

Check failure on line 1710 in spec/classes/redis_spec.rb

View workflow job for this annotation

GitHub Actions / Puppet / 7 (Ruby 2.7)

redis on redhat-7-x86_64 test rdb-save-incremental-fsync Undef for redis6 is expected not to contain File[/etc/redis.conf.puppet] with content =~ /^rdb-save-incremental-fsync/ Failure/Error: rdb_save_incremental_fsync: Undef, NameError: uninitialized constant Undef

end

describe 'test systemd service timeouts' do
Expand Down

0 comments on commit a6db2e7

Please sign in to comment.