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
Unknown Object (File)
Mon, Apr 27, 9:53 AM
Unknown Object (File)
Tue, Apr 21, 9:43 AM
Unknown Object (File)
Mon, Apr 20, 7:33 AM
Unknown Object (File)
Sun, Apr 19, 5:50 PM
Unknown Object (File)
Sat, Apr 11, 3:12 PM
Unknown Object (File)
Sat, Apr 11, 8:08 AM
Unknown Object (File)
Fri, Apr 10, 12:05 AM
Unknown Object (File)
Tue, Apr 7, 4:58 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