Page MenuHomeFreeBSD

ktls_tests: Ignore errors from close for receive error tests.
ClosedPublic

Authored by jhb on Dec 15 2022, 7:41 PM.
Tags
None
Referenced Files
F104482228: D37717.diff
Sat, Dec 7, 9:55 AM
Unknown Object (File)
Mon, Nov 18, 1:14 AM
Unknown Object (File)
Fri, Nov 15, 6:14 PM
Unknown Object (File)
Nov 2 2024, 2:41 AM
Unknown Object (File)
Nov 2 2024, 2:40 AM
Unknown Object (File)
Nov 2 2024, 2:39 AM
Unknown Object (File)
Nov 2 2024, 2:19 AM
Unknown Object (File)
Sep 27 2024, 1:27 PM
Subscribers

Details

Summary

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>
Sponsored by: Chelsio Communications

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable