From abf606afd6fd9fbb0fd374ab5da41a8ee8d5a15d Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Thu, 22 Apr 2021 14:41:50 +0300 Subject: - Implement tests for the KV - Implement Storage interface for the boltdb,memory,memcached drivers Signed-off-by: Valery Piashchynski --- tests/plugins/kv/configs/.rr-kv-init.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/plugins/kv/configs/.rr-kv-init.yaml') diff --git a/tests/plugins/kv/configs/.rr-kv-init.yaml b/tests/plugins/kv/configs/.rr-kv-init.yaml index 935b952d..34e22a4e 100644 --- a/tests/plugins/kv/configs/.rr-kv-init.yaml +++ b/tests/plugins/kv/configs/.rr-kv-init.yaml @@ -12,7 +12,7 @@ kv: file: "rr.db" bucket: "rr" permissions: 0666 - ttl: 40s + interval: 1 boltdb-africa: driver: boltdb @@ -20,7 +20,7 @@ kv: file: "africa.db" bucket: "rr" permissions: 0666 - ttl: 40 + interval: 1 memcached: driver: memcached -- cgit v1.2.3