From 5fd393c50789c31eddb9502c57c327d8caba159b Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 08:31:41 +0000 Subject: [PATCH] Rename test to TestPingAllByIPRandomClientPort and add to GitHub workflow Co-authored-by: kradalby <98431+kradalby@users.noreply.github.com> --- .github/workflows/test-integration.yaml | 1 + integration/general_test.go | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test-integration.yaml b/.github/workflows/test-integration.yaml index 735c50bf..56e0978e 100644 --- a/.github/workflows/test-integration.yaml +++ b/.github/workflows/test-integration.yaml @@ -62,6 +62,7 @@ jobs: - TestDERPServerScenario - TestDERPServerWebsocketScenario - TestPingAllByIP + - TestPingAllByIPRandomClientPort - TestPingAllByIPPublicDERP - TestEphemeral - TestEphemeralInAlternateTimezone diff --git a/integration/general_test.go b/integration/general_test.go index 26e306f4..cf2203d6 100644 --- a/integration/general_test.go +++ b/integration/general_test.go @@ -86,11 +86,11 @@ func TestPingAllByIP(t *testing.T) { t.Logf("%d successful pings out of %d", success, len(allClients)*len(allIps)) } -// TestPingAllByIPDirectConnections is a variant of TestPingAllByIP that validates +// TestPingAllByIPRandomClientPort is a variant of TestPingAllByIP that validates // direct connections between nodes with randomize_client_port enabled. This test // ensures that nodes can establish direct peer-to-peer connections without relying // on DERP relay servers, and that the randomize_client_port feature works correctly. -func TestPingAllByIPDirectConnections(t *testing.T) { +func TestPingAllByIPRandomClientPort(t *testing.T) { IntegrationSkip(t) spec := ScenarioSpec{