Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Oct 2025 01:11:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        testing@FreeBSD.org
Subject:   [Bug 290575] sys/net/if_tun_test:transient test fails intermittently in CI
Message-ID:  <bug-290575-32464-GPIikBsgtj@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-290575-32464@https.bugs.freebsd.org/bugzilla/>
References:  <bug-290575-32464@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=290575

--- Comment #3 from Kyle Evans <kevans@freebsd.org> ---
I have a change prepared that moves removal of the tun device into a taskqueue,
I'm just working through the different bits we need to consider.  The test is
probably technically flakey after this if left untouched because we no longer
'guarantee' (it was never a written one) that the interface has been removed by
the time close(2) returns.  I'm not sure how much I care in practice: if you
want it to be transient anyways, you might as well take advantage of /dev/tun
cloning to avoid relying on an arbitrary unit number.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-290575-32464-GPIikBsgtj>