Skip to content

Commit

Permalink
Disable redis protected mode (distributed-system-analysis#3434)
Browse files Browse the repository at this point in the history
Fixes distributed-system-analysis#3403.

Fedora 37 and Fedora 38 run it in protected mode by default. We
probably should be doing that everywhere but for the time being,
we turn it off everywhere instead.

Fix the util-scripts tool-meister tests

PBENCH-1163
  • Loading branch information
ndokos committed Jun 7, 2023
1 parent fd290c4 commit 7804363
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -434,6 +434,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -267,6 +267,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,7 @@ daemonize yes
dir /var/tmp/pbench-test-utils/pbench/mock-run/tm
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile /var/tmp/pbench-test-utils/pbench/mock-run/tm/redis.log
loglevel notice
Expand Down
1 change: 1 addition & 0 deletions lib/pbench/agent/tool_meister_start.py
Original file line number Diff line number Diff line change
Expand Up @@ -586,6 +586,7 @@ class RedisServer(RedisServerCommon):
dir {tm_dir}
save ""
appendonly no
protected-mode no
dbfilename pbench-redis.rdb
logfile {tm_dir}/redis.log
loglevel notice
Expand Down

0 comments on commit 7804363

Please sign in to comment.