]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Use common name for post-startup server functions
authorNicki Křížek <nicki@isc.org>
Tue, 16 Sep 2025 14:28:24 +0000 (16:28 +0200)
committerNicki Křížek <nicki@isc.org>
Tue, 21 Oct 2025 14:29:21 +0000 (16:29 +0200)
Unify the names of autouse module-wide fixtures that perform
after_servers_start() setup. The consistent naming doesn't just help
readability, but also makes it simpler for the vulture exception (since
it doesn't properly deal with autouse fixtures).

(cherry picked from commit 377724c26d399aa82434bee64f9c7dcf29eab0d7)

.gitlab-ci.yml

index 0e3f9fc22dc6a965417e8c3c537248dab47111a8..02e8009a89f4c174bd90d3fcaede942dad87e3b8 100644 (file)
@@ -649,7 +649,7 @@ vulture:
   <<: *python_triggering_rules
   needs: []
   script:
-    - vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.py,isctest" --ignore-names "bootstrap,pytestmark" bin/tests/system/
+    - vulture --exclude "*/ans*/ans.py,conftest.py,get_algorithms.py,isctest" --ignore-names "after_servers_start,bootstrap,pytestmark" bin/tests/system/
 
 ci-variables:
   <<: *precheck_job