Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/net/ipsec Skip timeout tests, pointing to PR 55632.



details:   https://anonhg.NetBSD.org/src/rev/4aaeee95f517
branches:  trunk
changeset: 943323:4aaeee95f517
user:      martin <martin%NetBSD.org@localhost>
date:      Mon Aug 31 14:03:56 2020 +0000

description:
Skip timeout tests, pointing to PR 55632.

diffstat:

 tests/net/ipsec/t_ipsec_misc.sh |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 42cb0c9ed443 -r 4aaeee95f517 tests/net/ipsec/t_ipsec_misc.sh
--- a/tests/net/ipsec/t_ipsec_misc.sh   Mon Aug 31 11:32:01 2020 +0000
+++ b/tests/net/ipsec/t_ipsec_misc.sh   Mon Aug 31 14:03:56 2020 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: t_ipsec_misc.sh,v 1.23 2019/07/23 04:31:25 ozaki-r Exp $
+#      $NetBSD: t_ipsec_misc.sh,v 1.24 2020/08/31 14:03:56 martin Exp $
 #
 # Copyright (c) 2017 Internet Initiative Japan Inc.
 # All rights reserved.
@@ -565,6 +565,10 @@
        local spistr=
        local longtime= shorttime=
 
+       if [ $method = timeout ]; then
+               atf_skip \
+          "PR 55632: test fails randomly, leaving spurious rump_server around"
+       fi
        if [ $method = timeout -a $preferred = new ]; then
                skip_if_qemu
        fi



Home | Main Index | Thread Index | Old Index