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 #3434

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.

Smoke tested against all supported distros: everybody succeeds except RHEL 7 which currently fails for unrelated reasons.

PBENCH-1163

ndokos commented 1 year ago

This was just an edit of the commit message of the first commit (mainly to add the ticket number).

ndokos commented 1 year ago

I don't think the tests are overriding the config: they are just reporting it.

webbnh commented 1 year ago

Is there a forward-port of this change for main coming?

ndokos commented 1 year ago

Maybe - but I was wondering whether it would be a good idea to enable protected mode everywhere, rather than disabling it.