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
F106164507: D37717.id114184.diff
Thu, Dec 26, 11:06 AM
Unknown Object (File)
Sat, Dec 7, 9:55 AM
Unknown Object (File)
Nov 18 2024, 1:14 AM
Unknown Object (File)
Nov 15 2024, 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
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