Skip to content
Snippets Groups Projects
Commit e0e85773 authored by David Vasek's avatar David Vasek Committed by Daniel Salzman
Browse files

tests-extra: catalog/basic -- add testing for members leaking after zonedb_reload()

parent 4fd0e18d
Branches
Tags
1 merge request!1460Fix zonedb reload related leaks
......@@ -231,4 +231,9 @@ try:
except:
pass
# Check for member zones not leaking after zonedb reload (just trigger the reload)
slave.ctl("conf-begin")
slave.ctl("conf-set zone[catalog1.].journal-content changes")
slave.ctl("conf-commit")
t.end()
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment