]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Fix the rpz servfail-until-ready test when zone updates run serially
authorOndřej Surý <ondrej@isc.org>
Tue, 16 Jun 2026 12:01:33 +0000 (14:01 +0200)
committerOndřej Surý <ondrej@isc.org>
Tue, 16 Jun 2026 12:01:33 +0000 (14:01 +0200)
commitbfb61e1dbc2f7ea377daf177bd1ea1732d006feb
treee690689a3f6fda61256fd8b4ef81588b9d9ae4a8
parent074efb576809fdae50de9ab33986e5b721eb06cc
parent153c9d350965194bd49b6173793c48650f991f7a
fix: test: Fix the rpz servfail-until-ready test when zone updates run serially

The rpz servfail-until-ready test assumed a particular policy zone always
finished loading last, which only holds when zone updates run in parallel;
on a single CPU (or with serialized offload) it could fail spuriously. It now
polls until RPZ reports ready instead.

Merge branch 'ondrej/fix-rpz-system-test-on-single-cpu' into 'main'

See merge request isc-projects/bind9!12251