Patch 1 fixes a segfault when trying to add a rule referring to a map and adds a relevant test case. Patch 2 fixes for wrong format of map values, this is already covered by existing tests. Patch 3 merely improves versatility of tests/monitor/run-tests.sh a bit. Phil Sutter (3): monitor: Do not decompose non-anonymous sets monitor: Fix for use after free when printing map elements tests: monitor: Support running individual test cases src/monitor.c | 5 +++-- tests/monitor/run-tests.sh | 9 +++++++-- tests/monitor/testcases/set-interval.t | 20 ++++++++++++++++++++ 3 files changed, 30 insertions(+), 4 deletions(-) create mode 100644 tests/monitor/testcases/set-interval.t -- 2.24.1