]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Handle example3.db being modified in upforwd system test
authorMark Andrews <marka@isc.org>
Tue, 25 Feb 2025 06:16:45 +0000 (06:16 +0000)
committerMark Andrews <marka@isc.org>
Tue, 25 Feb 2025 06:16:45 +0000 (06:16 +0000)
commit4e0b62bf10b05296d9ff92c55bd9df9d278796f1
tree3ce583267b10d4fdee77f4d6227c39367d051c98
parent02ef8ff01c9ea9e7d54c5d7a892f81afb357b5bf
parentafc4413862f389b527119647b05982e5119508ef
fix: test:  Handle example3.db being modified in upforwd system test

The zone file for example3 (ns1/example3.db) can be modified in the
upforwd test as example3 is updated as part of the test.  Whether
the zone is written out or not by the end of the test is timing
dependent.  Rename ns1/example3.db to ns1/example3.db.in and copy it to
ns1/example3.db in setup so we don't trigger post test changes checks.

Closes #5180

Merge branch '5180-create-example3-in-setup' into 'main'

See merge request isc-projects/bind9!10160