]> git.ipfire.org Git - thirdparty/bind9.git/commit
Wait for multiple parallel dig commands to fully finish
authorDiego Fronza <diego@isc.org>
Tue, 20 Oct 2020 19:07:56 +0000 (16:07 -0300)
committerDiego Fronza <diego@isc.org>
Wed, 11 Nov 2020 15:53:24 +0000 (12:53 -0300)
commitcc70ea860b879afd769fa9728a44fc42fffc1a9b
treef532832b041b1fc020190e13b73d9c15c7663f75
parenta3dbc5fb05332358dfd6cab997d5dda69caefd7b
Wait for multiple parallel dig commands to fully finish

The strategy of running many dig commands in parallel and
waiting for the respective output files to be non empty was
resulting in random test failures, hard to reproduce, where
it was possible that the subsequent reading of the files could
have been failing due to the file's content not being fully flushed.

Instead of checking if output files are non empty, we now wait
for the dig processes to finish.
bin/tests/system/serve-stale/tests.sh