Date: Tue, 20 Dec 2022 19:39:12 +0000 From: bugzilla-noreply@freebsd.org To: testing@FreeBSD.org Subject: [Bug 268390] Kyua KTLS tests (*bad_minor, *bad_major) fail randomly Message-ID: <bug-268390-32464-RIgemxMUn3@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-268390-32464@https.bugs.freebsd.org/bugzilla/> References: <bug-268390-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=3D268390 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D3845cce70dfea11775f7ccff5290e67ad= e2f13aa commit 3845cce70dfea11775f7ccff5290e67ade2f13aa Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2022-12-20 19:38:28 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2022-12-20 19:38:28 +0000 ktls_tests: Ignore errors from close for receive error tests. For tests that send invalid data to a TLS socket to trigger read errors the kernel may end up dropping the connection before close is called at the conclusion of the test resulting in spurious ECONNRESET errors from close. Ignore any errors from close for these tests. PR: 268390 Reported by: olivier, Michal Gulbicki <michalx.gulbicki@intel.com> Reviewed by: markj Sponsored by: Chelsio Communications Differential Revision: https://reviews.freebsd.org/D37717 tests/sys/kern/ktls_test.c | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) --=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-268390-32464-RIgemxMUn3>