Skip to content

Commit ff580de

Browse files
committed
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
1 parent 4b3e23e commit ff580de

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

tests/assets/minimal.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# Minimal configuration for testing.
2+
bind 127.0.0.1
23
always-show-logo yes
34
daemonize no
45
pidfile /var/run/keydb.pid

tests/cluster/run.tcl

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,9 @@ set ::tlsdir "../../tls"
1313
proc main {} {
1414
parse_options
1515
spawn_instance redis $::redis_base_port $::instances_count {
16-
"cluster-enabled yes"
17-
"appendonly yes"
16+
"bind 127.0.0.1"
17+
"cluster-enabled yes"
18+
"appendonly yes"
1819
"testmode yes"
1920
"server-threads 3"
2021
}

0 commit comments

Comments
 (0)