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)
Tue, Sep 17, 4:15 AM
Unknown Object (File)
Sun, Sep 15, 11:12 PM
Unknown Object (File)
Sat, Aug 31, 3:50 AM
Unknown Object (File)
Aug 27 2024, 3:56 PM
Unknown Object (File)
Aug 21 2024, 5:52 PM
Unknown Object (File)
Aug 21 2024, 5:52 PM
Unknown Object (File)
Aug 21 2024, 5:52 PM
Unknown Object (File)
Aug 8 2024, 2:29 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