Date: Mon, 20 Mar 2017 23:08:28 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-net@FreeBSD.org Subject: [Bug 217871] sys/netinet/fibs_test;slaac_on_nondefault_fib6 fails when run twice Message-ID: <bug-217871-2472-3ywVwjNoMr@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-217871-2472@https.bugs.freebsd.org/bugzilla/> References: <bug-217871-2472@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D217871 --- Comment #5 from commit-hook@freebsd.org --- A commit references this bug: Author: asomers Date: Mon Mar 20 23:07:35 UTC 2017 New revision: 315656 URL: https://svnweb.freebsd.org/changeset/base/315656 Log: Fix back-to-back runs of sys/netinet/fibs_test;slaac_on_nondefault_fib6 This test was failing if run twice because rtadvd takes too long to die. The rtadvd process from the first run was still running when the second run created its interfaces. The solution is to use SIGKILL during the cleanup instead of SIGTERM so rtadvd will die faster. While I'm here, randomize the addresses used for the test, which makes bu= gs like this easier to spot, and fix the cleanup order to be the opposite of the setup order PR: 217871 MFC after: 18 days X-MFC-With: 315458 Sponsored by: Spectra Logic Corp Changes: head/tests/sys/netinet/fibs_test.sh --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-217871-2472-3ywVwjNoMr>