From: Arran Cudbard-Bell Date: Mon, 5 Jun 2023 17:36:27 +0000 (-0400) Subject: Quick hack to try and get tests passing again X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82ef4fc33b2d61fe3da92501b036f6db59fde5c5;p=thirdparty%2Ffreeradius-server.git Quick hack to try and get tests passing again Can't replicate on local system because a bug in make makes it difficult to run these tests --- diff --git a/raddb/mods-available/redis b/raddb/mods-available/redis index f8983c05cb1..b4062ac33d5 100644 --- a/raddb/mods-available/redis +++ b/raddb/mods-available/redis @@ -132,7 +132,9 @@ redis { # If `max` is not specified, then it defaults to the number # of workers configured. # -# max = + + # Hack to make tests pass + max = 10 # # spare:: Spare connections to be left idle. diff --git a/raddb/mods-available/redis_ippool b/raddb/mods-available/redis_ippool index 5f55236e75b..d3ebc6eadcf 100644 --- a/raddb/mods-available/redis_ippool +++ b/raddb/mods-available/redis_ippool @@ -157,7 +157,8 @@ redis_ippool { pool { start = 0 min = 0 -# max = 1 + # Hack to make tests pass + max = 10 spare = 1 uses = 0 lifetime = 0