Displaying 1 result from an estimated 1 matches for "e483505e".
2020 Mar 20
2
[nbdkit PATCH] tests: Don't strand hung nbdkit processes
...han make hanging due to an nbdkit
process that has hung.
Signed-off-by: Eric Blake <eblake@redhat.com>
---
tests/functions.sh.in | 31 ++++++++++++++++++++++++++++---
1 file changed, 28 insertions(+), 3 deletions(-)
diff --git a/tests/functions.sh.in b/tests/functions.sh.in
index 8406fcf9..e483505e 100644
--- a/tests/functions.sh.in
+++ b/tests/functions.sh.in
@@ -85,8 +85,8 @@ requires_ipv6_loopback ()
# instead. It's very unlikely that port 1 is open.
if LANG=C qemu-img info "nbd:[::1]:1" |& \
grep -sq "Address family for hostname not supported"...