Zone expiration aborts transaction in progress
1 unresolved thread
1 unresolved thread
Fixes #929 (closed)
Merge request reports
Activity
Filter activity
assigned to @lpeltan
added 1 commit
- 6a28e994 - tests-extra: add random choice between automatic expiration and forced expiration by purge
added 11 commits
-
6a28e994...19de04b9 - 10 commits from branch
master
- 22870920 - knotd: expiration aborts transaction in progress
-
6a28e994...19de04b9 - 10 commits from branch
added 1 commit
- fa3a218b - knotd: expiration aborts transaction in progress
- tests-extra/tests/ctl/expire_abort/test.py 0 → 100644
17 18 # Expire manually 19 20 slave.zone_wait(zone) 21 master.stop() 22 23 slave.ctl("zone-begin expire") 24 slave.ctl("zone-set expire test TXT test") 25 slave.ctl("-f zone-purge +expire expire") 26 try: 27 slave.ctl("zone-commit expire") 28 except Exception: 29 pass 30 31 resp = slave.dig("test.expire", "TXT") 32 resp.check(rcode="SERVFAIL") changed this line in version 5 of the diff
added 1 commit
- f37817f9 - knotd: expiration aborts transaction in progress
added 2 commits
added 1 commit
- 556a19cf - knotd: expiration aborts transaction in progress
mentioned in commit c825d84b