[Bug 268390] Kyua KTLS tests (*bad_minor, *bad_major) fail randomly
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 268390] Kyua KTLS tests (*bad_minor, *bad_major) fail randomly"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 20 Dec 2022 19:39:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=268390 --- Comment #4 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3845cce70dfea11775f7ccff5290e67ade2f13aa 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(-) -- You are receiving this mail because: You are the assignee for the bug.