From: Nicki Křížek Date: Fri, 18 Jul 2025 12:37:08 +0000 (+0200) Subject: chg: test: Split up rollover test cases X-Git-Tag: v9.21.11~38 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53a350209075929babc3841d1d4888d09bf50254;p=thirdparty%2Fbind9.git chg: test: Split up rollover test cases Prior to this change, there was a single `rollover` test directory, containing 8 tests. These contained even more test scenarios, that were mostly unrelated to each other. This made debugging or even comprehending the tests difficult, as you'd often have to grasp the importance (or rather lack of it) of thousands of lines of setup, configuration and test code, and debug logs. Now the tests were split up into 14 different test directories, containing 67 tests in total. This makes it much more comprehensible to understand what's going on in any single of these test cases, as there is no unrelated code. It also allows better parallelization and debugging of individual test cases, because of the improved granularity. Merge branch 'nicki/split-rollover-test-cases' into 'main' See merge request isc-projects/bind9!10581 --- 53a350209075929babc3841d1d4888d09bf50254