From a4a44c8d28e8dd7ec17e708aa3379bdd0e2f96f6 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Sun, 12 Aug 2018 11:43:38 +0100 Subject: util.pubsub tests: Add TODO --- spec/util_pubsub_spec.lua | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/spec/util_pubsub_spec.lua b/spec/util_pubsub_spec.lua index 2c7676ea..0ba5e079 100644 --- a/spec/util_pubsub_spec.lua +++ b/spec/util_pubsub_spec.lua @@ -3,6 +3,16 @@ setup(function () pubsub = require "util.pubsub"; end); +--[[TODO: + Retract + Purge + auto-create/auto-subscribe + Item store/node store + resize on max_items change + service creation config provides alternative node_defaults + get subscriptions +]] + describe("util.pubsub", function () describe("simple node creation and deletion", function () -- Roughly a port of scansion/scripts/pubsub_createdelete.scs -- cgit v1.2.3