distributed-system-analysis / pbench

A benchmarking and performance analysis framework
http://distributed-system-analysis.github.io/pbench/
GNU General Public License v3.0
188 stars 108 forks source link

Disable redis protected mode (fwd port of #3434) #3458

Closed ndokos closed 1 year ago

ndokos commented 1 year ago

Fixes #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.

This is a temporary "fix" just to make sure that builds run on the Fedoras. The "real" fix is to turn protected mode on everywhere, but that will require a bit more work to implement.

Fix the util-scripts tool-meister tests

PBENCH-1163