From: Arran Cudbard-Bell Date: Thu, 2 Dec 2021 17:27:01 +0000 (-0600) Subject: Isolate redis test keys from different tests X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76ccef40970424db3c4994c13521f72956d094c4;p=thirdparty%2Ffreeradius-server.git Isolate redis test keys from different tests --- diff --git a/src/tests/modules/cache_redis/module.conf b/src/tests/modules/cache_redis/module.conf index b78102b7dee..90f351b7617 100644 --- a/src/tests/modules/cache_redis/module.conf +++ b/src/tests/modules/cache_redis/module.conf @@ -11,7 +11,7 @@ cache { server = $ENV{REDIS_TEST_SERVER}:30006 } - key = "%{Tmp-String-0}" + key = "$ENV{MODULE_TEST_UNLANG}%{Tmp-String-0}" ttl = 2 update { @@ -35,7 +35,7 @@ cache cache_update { server = $ENV{REDIS_TEST_SERVER}:30006 } - key = "%{Tmp-String-0}" + key = "$ENV{MODULE_TEST_UNLANG}%{Tmp-String-0}" ttl = 2 #