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:
parent
5ecdeea431
commit
a582ba3874
@ -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
|
||||||
|
@ -13,8 +13,9 @@ 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 {
|
||||||
"cluster-enabled yes"
|
"bind 127.0.0.1"
|
||||||
"appendonly yes"
|
"cluster-enabled yes"
|
||||||
|
"appendonly yes"
|
||||||
"testmode yes"
|
"testmode yes"
|
||||||
"server-threads 3"
|
"server-threads 3"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user