2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

Add CHANGES and release note for [GL #3978]

This commit is contained in:
Tom Krizek
2023-03-30 15:32:59 +02:00
parent 0f8a2b07a4
commit fd889bf0ad
2 changed files with 6 additions and 0 deletions

View File

@@ -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]

View 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
~~~~~~~~~~~~~~~~