Date: Tue, 17 Feb 2026 20:23:30 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 293152] sys/netinet6/ndp:ndp_prefix_lifetime_extend test fails intermittently in CI Message-ID: <bug-293152-32464-dB50mDyFR0@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-293152-32464@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=293152 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=eb425dfab19be8720cf29d560b4e778fc3531106 commit eb425dfab19be8720cf29d560b4e778fc3531106 Author: Mark Johnston <markj@FreeBSD.org> AuthorDate: 2026-02-17 17:08:34 +0000 Commit: Mark Johnston <markj@FreeBSD.org> CommitDate: 2026-02-17 20:22:05 +0000 ndp tests: Fix an assertion in ndp_prefix_lifetime_extend Here we have two interface addresses sharing a v6 prefix with finite lifetime. The intent was to make sure that adding the second address didn't cause the prefix's valid lifetime to drop from 20s to 10s, but of course, while the test is running it may drop from 20s to 19s, causing the test to fail spuriously. Relax the check a bit to avoid this. PR: 293152 Fixes: 74999aac5eff ("in6: Modify address prefix lifetimes when updating address lifetimes") MFC after: 1 week Sponsored by: Klara, Inc. tests/sys/netinet6/ndp.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) -- You are receiving this mail because: You are on the CC list for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-293152-32464-dB50mDyFR0>
