Skip to content

Commit

Permalink
fix broken unit tests
Browse files Browse the repository at this point in the history
chronological order:
* voxpupuli#272 was opened
* voxpupuli#365 was opened
* voxpupuli#365 was merged
* voxpupuli#272 was merged without a rebase
* tests are broken
  • Loading branch information
bastelfreak committed Oct 8, 2020
1 parent d443861 commit 7307936
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/classes/redis_sentinel_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
dir /tmp/redis
daemonize #{facts[:osfamily] == 'RedHat' ? 'no' : 'yes'}
pidfile #{pidfile}
protected-mode yes
sentinel monitor cow 127.0.0.1 6379 2
sentinel down-after-milliseconds cow 6000
Expand Down

0 comments on commit 7307936

Please sign in to comment.