]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: fix random failure on synthrecord system test
authorColin Vidal <colin@isc.org>
Fri, 17 Oct 2025 20:08:54 +0000 (22:08 +0200)
committerColin Vidal <colin@isc.org>
Fri, 17 Oct 2025 20:08:54 +0000 (22:08 +0200)
commit82a150adca796b2b4591ab7e22d58d65c23515a2
tree9338e26c94c490678b053b07989ed8b5ff5110c4
parente7362cb501670ff89defc9549725d8a5790e2d7a
parent2b4825dbad33618b165925209325c3d03a493a69
fix: test: fix random failure on synthrecord system test

One of the synthrecord system tests uses a test function to generate an expected name based on some randomly generated IPv6 (using Hypothesis). Turns out the test function generating the name didn't handle the case where the label which encodes the IPv6 could have a leading or trailing '-' character. (The plugin needs to add a leading or trailing 0 so as not to break IDN compatibility.)

Merge branch 'colin/fix-synthrecord-v6test' into 'main'

See merge request isc-projects/bind9!11073