]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Add CHANGES and release note for [GL #3978]
authorTom Krizek <tkrizek@isc.org>
Thu, 30 Mar 2023 13:32:59 +0000 (15:32 +0200)
committerTom Krizek <tkrizek@isc.org>
Mon, 22 May 2023 12:11:41 +0000 (14:11 +0200)
CHANGES
doc/notes/notes-current.rst

diff --git a/CHANGES b/CHANGES
index f0d480e0d3c6f739e9af58b9472cb79304baa4e8..cbc67f580c0cae3a8e0cc6a423aab580e7b8a4ce 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+6176.  [test]          Add support for using pytest & pytest-xdist to
+                       execute the system test suite. [GL #3978]
+
 6175.  [test]          Fix the `upforwd` system test to be more reliable,
                        especially when using thread sanitizer. [GL #4069]
 
index 1caedbbaa9a3453a9762488c6be5940ed8d7fa51..179d7de49551f7f39aa6a6561f3d44d3c0f6781a 100644 (file)
@@ -28,6 +28,9 @@ New Features
   using the ``-t`` option, allowing commands that take a long time to
   complete sufficient time to do so. :gl:`#4046`
 
+- The system test suite can now be executed with pytest (along with
+  pytest-xdist for parallel execution). :gl:`#3978`
+
 Removed Features
 ~~~~~~~~~~~~~~~~