]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add a new dbversion unit test
authorAram Sargsyan <aram@isc.org>
Tue, 20 Jan 2026 16:20:35 +0000 (16:20 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 21 Jan 2026 10:47:17 +0000 (10:47 +0000)
commitdd313f41c5f04fd2b8d7278244e9554a7044ff25
tree25e818a7d90dd679cad1a44bbe98d7763cce184c
parentd48df6b084135c082acc87eb0272300da8d3d04b
Add a new dbversion unit test

Test that closing a writer with a rollback, then opening another
writer and adding a rdataset (while still holding the node reference)
works correctly.

This test checks that the bugfix in the previous commit is correct.
tests/dns/dbversion_test.c