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-boltdb.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 tests/plugins/kv/configs/.rr-boltdb.yaml (limited to 'tests/plugins/kv/configs/.rr-boltdb.yaml') diff --git a/tests/plugins/kv/configs/.rr-boltdb.yaml b/tests/plugins/kv/configs/.rr-boltdb.yaml new file mode 100644 index 00000000..81b47715 --- /dev/null +++ b/tests/plugins/kv/configs/.rr-boltdb.yaml @@ -0,0 +1,15 @@ +rpc: + listen: tcp://127.0.0.1:6001 + +logs: + mode: development + level: error + +kv: + boltdb-rr: + driver: boltdb + dir: "." + file: "rr.db" + bucket: "test" + permissions: 0666 + interval: 1 # seconds -- cgit v1.2.3