From: Tom Krizek Date: Thu, 30 Mar 2023 13:32:59 +0000 (+0200) Subject: Add CHANGES and release note for [GL #3978] X-Git-Tag: v9.19.14~35^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fd889bf0ad9f863378e52a14891cefcd8bc8e6e8;p=thirdparty%2Fbind9.git Add CHANGES and release note for [GL #3978] --- diff --git a/CHANGES b/CHANGES index f0d480e0d3c..cbc67f580c0 100644 --- 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] diff --git a/doc/notes/notes-current.rst b/doc/notes/notes-current.rst index 1caedbbaa9a..179d7de4955 100644 --- a/doc/notes/notes-current.rst +++ b/doc/notes/notes-current.rst @@ -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 ~~~~~~~~~~~~~~~~