NetBSD-Bugs archive

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

PR/55729 CVS commit: src/tests/net/if_wg



The following reply was made to PR kern/55729; it has been noted by GNATS.

From: "Taylor R Campbell" <riastradh%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc: 
Subject: PR/55729 CVS commit: src/tests/net/if_wg
Date: Sun, 28 Jul 2024 14:46:33 +0000

 Module Name:	src
 Committed By:	riastradh
 Date:		Sun Jul 28 14:46:33 UTC 2024
 
 Modified Files:
 	src/tests/net/if_wg: t_misc.sh
 
 Log Message:
 tests/net/if_wg/t_misc: Tweak timeouts in wg_handshake_timeout.
 
 Most of the timers in wg(4) have only 1sec resolution, which might be
 rounded in either direction, so make sure there's a 2sec buffer on
 either side of the event we care about (the point at which wg(4)
 decides to stop retrying handshake).
 
 Won't fix any bugs, but might make the tests slightly less flaky.
 
 PR kern/55729: net/if_wg/t_misc:wg_rekey test case fails
 PR kern/56252: wg(4) state machine has race conditions
 
 
 To generate a diff of this commit:
 cvs rdiff -u -r1.12 -r1.13 src/tests/net/if_wg/t_misc.sh
 
 Please note that diffs are not public domain; they are subject to the
 copyright notices on the relevant files.
 


Home | Main Index | Thread Index | Old Index