Import asyncserver from the main branch

This commit imports latest version of asyncserver for system tests from
BIND main branch, commit 4430632915.

Doing it this way is much easier than attempting to cherry-pick 40
individual commits which modify the asyncserver in the main branch.
This commit is contained in:
Petr Špaček 2025-09-30 11:32:31 +02:00 committed by Michał Kępień
parent 53cfe984e3
commit 8a746ab0e3
No known key found for this signature in database
2 changed files with 1531 additions and 0 deletions

File diff suppressed because it is too large Load diff

View file

@ -325,6 +325,7 @@ sub construct_ans_command {
}
if (-e "$testdir/$server/ans.py") {
$ENV{'PYTHONPATH'} = $testdir . ":" . $srcdir;
$command = "$PYTHON -u ans.py 10.53.0.$n $queryport";
} elsif (-e "$testdir/$server/ans.pl") {
$command = "$PERL ans.pl";