From: Nick Porter Date: Tue, 9 Jan 2024 17:11:22 +0000 (+0000) Subject: Set copy_on_update for redis_ippool tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=272adc8aa2817552dba1139307b172491bfc6fba;p=thirdparty%2Ffreeradius-server.git Set copy_on_update for redis_ippool tests Works fine with tests now - and should be tested as it's the module default. --- diff --git a/src/tests/modules/redis_ippool/module.conf b/src/tests/modules/redis_ippool/module.conf index abfa9cac3ac..61096783405 100644 --- a/src/tests/modules/redis_ippool/module.conf +++ b/src/tests/modules/redis_ippool/module.conf @@ -20,8 +20,7 @@ redis_ippool { range_attr = &reply.IP-Pool.Range expiry_attr = &reply.Session-Timeout - # This messes with the tests if enabled - copy_on_update = no + copy_on_update = yes redis { # Host where the redis server is located.