Branch: refs/heads/main Home: https://github.com/kronosnet/kronosnet Commit: b48d7b0f9bfcdf6c416dd019c3439d62e2ba02b1 https://github.com/kronosnet/kronosnet/commit/b48d7b0f9bfcdf6c416dd019c3439d... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-07-11 (Sat, 11 Jul 2026)
Changed paths: M libknet/tests/Makefile.am M libknet/tests/api_knet_handle_add_datafd.c
Log Message: ----------- tests: add coverage for connected named AF_UNIX SOCK_STREAM sockets
Add test case for knet_handle_add_datafd with a connected named AF_UNIX SOCK_STREAM socket to verify the happy path after commit cb896d8f.
The test creates a Unix domain socket server in ABSBUILDDIR, connects a client, and validates that knet accepts the connected socket. Gracefully skips if the build path exceeds sun_path length limit.
Added CLEANFILES rule to remove socket test artifacts during make clean.
Signed-off-by: Fabio M. Di Nitto fabbione@kronosnet.org Co-Authored-By: Claude Sonnet 4.5 noreply@anthropic.com
Commit: 63572600bb817f8d6356d30d9f67ba6528060490 https://github.com/kronosnet/kronosnet/commit/63572600bb817f8d6356d30d9f67ba... Author: Fabio M. Di Nitto fdinitto@redhat.com Date: 2026-07-13 (Mon, 13 Jul 2026)
Changed paths: M libknet/tests/Makefile.am M libknet/tests/api_knet_handle_add_datafd.c
Log Message: ----------- Merge pull request #496 from kronosnet/fix-test
tests: add coverage for connected named AF_UNIX SOCK_STREAM sockets
Compare: https://github.com/kronosnet/kronosnet/compare/a9b950f42284...63572600bb81
To unsubscribe from these emails, change your notification settings at https://github.com/kronosnet/kronosnet/settings/notifications