bind9/bin
Michał Kępień 19cd59923c Detect missing system test results
At the end of each system test suite run, the system test framework
collects all existing test.output files from system test subdirectories
and produces bin/tests/system/systests.output from those files.
However, it does not check whether a test.output file was found for
every executed test.  Thus, if the test.output file is accidentally
deleted by the system test itself (e.g. due to an overly broad file
removal wildcard present in clean.sh), its output will not be included
in bin/tests/system/systests.output.  Since the result of each system
test suite run is determined by bin/tests/system/testsummary.sh, which
only operates on the contents of bin/tests/system/systests.output, this
can lead to test failures being ignored.  Fix by ensuring the number of
test results found in bin/tests/system/systests.output is equal to the
number of tests run and triggering a system test suite failure in case
of a discrepancy between these two values.

(cherry picked from commit 3c3085be3c)
2019-12-06 14:19:55 +01:00
..
check Fix hang in named-compilezone | head 2019-10-30 10:52:22 +11:00
confgen Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
delv alphabetise delv's usage. 2019-11-23 00:09:29 +11:00
dig Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-04 14:08:26 +10:00
dnssec alphabetize command line switch 2019-11-19 20:44:21 +11:00
named Move xmlInitThreads()/xmlCleanupThreads() calls 2019-12-02 17:09:39 +01:00
nsupdate Replace RUNTIME_CHECK(dns_name_copy(..., NULL)) with dns_name_copynf() 2019-10-04 14:08:26 +10:00
pkcs11 Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
plugins add a search for GeoIP2 libraries in configure 2019-06-27 16:25:28 -07:00
python explicitly convert byte to string 2019-03-06 20:41:09 -08:00
rndc Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
tests Detect missing system test results 2019-12-06 14:19:55 +01:00
tools Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
win32/BINDInstall Make VS solution upgrading unnecessary 2019-09-27 09:16:02 +02:00
Makefile.in name change from "hook modules" to "plugins" 2018-12-06 10:36:50 -08:00