Commit Graph
10 Commits
Author SHA1 Message Date
NomadsReach 4c6f0ccd06 Skip GNS live-socket tests when the environment has no socket
The self-hosted CI runner is network-isolated, so co_gns_server_create can't
bind a UDP listen socket and the two live tests hard-failed. Treat that
specific condition as a skip (exit 0 with a SKIP notice) instead of a failure;
the bridge is still exercised in full wherever a socket can be created.
2026-08-16 18:27:36 -04:00
NomadsReach 6861fa4276 Print the co_gns_server_create failure reason in the bridge test
The bare assert hid why server creation fails on the CI runner. Emit the
error buffer to stderr before asserting so the cause is visible in logs.
2026-08-16 17:51:49 -04:00
Nomads_Reach 5d840b3000 Run native endpoint security test 2026-08-16 00:28:52 -04:00
Nomads_Reach 69c8e1e198 Test GNS remote endpoint query 2026-08-16 00:28:42 -04:00
Nomads_Reach 875e4957ee Link GNS remote endpoint query 2026-08-16 00:27:10 -04:00
Nomads_Reach 4c558c2d61 Query GNS remote IPv4 endpoint 2026-08-16 00:26:59 -04:00
Nomads_Reach 99658a23ff Expose GNS remote endpoint metadata 2026-08-16 00:26:51 -04:00
Nomads_Reach f567a94145 Include GNS address utility definitions 2026-08-16 00:24:21 -04:00
Nomads_Reach 18899e9692 Fix native GNS bridge build flags 2026-08-16 00:20:20 -04:00
Nomads_Reach 2a05e3466b Add native GNS server bridge 2026-08-16 00:19:32 -04:00