Eliminate firewall dialogs on mac for regular and cluster tests. There are still issues with the sentinel tests but attempting to bind only to localhost causes failures

This commit is contained in:
John Sully 2022-03-08 18:20:03 -05:00 committed by Vivek Saini
parent 5ecdeea431
commit a582ba3874
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,5 @@
# Minimal configuration for testing. # Minimal configuration for testing.
bind 127.0.0.1
always-show-logo yes always-show-logo yes
daemonize no daemonize no
pidfile /var/run/keydb.pid pidfile /var/run/keydb.pid

View File

@ -13,6 +13,7 @@ set ::tlsdir "../../tls"
proc main {} { proc main {} {
parse_options parse_options
spawn_instance redis $::redis_base_port $::instances_count { spawn_instance redis $::redis_base_port $::instances_count {
"bind 127.0.0.1"
"cluster-enabled yes" "cluster-enabled yes"
"appendonly yes" "appendonly yes"
"testmode yes" "testmode yes"