Page MenuHomeFreeBSD

Add regression test for D27164
ClosedPublic

Authored by jtl on Nov 11 2020, 3:43 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Aug 3, 3:35 PM
Unknown Object (File)
Mon, Jul 28, 6:28 PM
Unknown Object (File)
Mon, Jul 28, 3:17 PM
Unknown Object (File)
Jul 17 2025, 9:15 PM
Unknown Object (File)
Jul 17 2025, 12:58 PM
Unknown Object (File)
Jul 17 2025, 12:01 PM
Unknown Object (File)
Jul 17 2025, 4:35 AM
Unknown Object (File)
Jul 14 2025, 3:09 AM

Details

Summary

D27164 describes a problem with (and fix for) implicit local port selection as part of the connect() call. This regression test fails for IPv6 without the fix and passes with the fix.

Test Plan

Run the regression test with and without the fix. Verify the test fails without the fix and passes with the fix.

Without the fix:

sys/netinet/tcp_connect_port_test:basic_ipv4  ->  passed  [2.093s]
sys/netinet/tcp_connect_port_test:basic_ipv6  ->  failed: /home/ec2-user/ocafirmware/FreeBSD/tests/sys/netinet/tcp_connect_port_test.c:245: client socket 55535 using the same port as server  [1.972s]

With the fix:

sys/netinet/tcp_connect_port_test:basic_ipv4  ->  passed  [2.109s]
sys/netinet/tcp_connect_port_test:basic_ipv6  ->  passed  [2.486s]

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 34738
Build 31794: arc lint + arc unit