On Sun, May 03, 2026 at 09:52:28AM +0200, Étienne Mollier wrote: > Control: tags -1 + upstream > Control: forwarded -1 https://github.com/zonemaster/zonemaster-ldns/pull/253 > > Hi Santiago, > > Thank you for the report, the relevant part of the failure looks > to be: > > # Failed test at t/rr.t line 197. > # got: '27018' > # expected: '0' > > # Failed test at t/rr.t line 198. > # got: 'cdnskey.test. 0 IN DS 27018 8 2 > 11144150cb6c0690613d6cca962c3939de03a41cdac0787aae59db93b0ae8530' > # expected: undef > # Looks like you failed 2 tests of 9. > > From quick lookup at the affected code segment, I believe this > issue occurs since introduction of libldns 1.9.0 to unstable, > which introducted the missing support commented in the test > suite: > > 197: is( $rrs[0]->keytag(), q{0} ); # RR type not > supported by LDNS > 198: is( $rrs[0]->ds('sha256'), undef ); # RR type not > supported by LDNS > > I think the next upstream release on the way is going to resolve > the problem, since they want to align with libldns 1.9.0[1]. It > is just a matter to see the fix integrated and the new version > released. > > [1]: https://github.com/zonemaster/zonemaster-ldns/issues/252
The proposed test fix is rather small, and could be cherry-picked immediately: https://github.com/zonemaster/zonemaster-ldns/pull/253/changes/e26fa5a0ab4d78896aa65486f51cd2c97d7ecd17 > Have a nice day, :) cu Adrian

