Rename test to TestPingAllByIPRandomClientPort and add to GitHub workflow

Co-authored-by: kradalby <98431+kradalby@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-11-01 08:31:41 +00:00
parent aafe727cb9
commit 5fd393c507
2 changed files with 3 additions and 2 deletions

View File

@@ -62,6 +62,7 @@ jobs:
- TestDERPServerScenario - TestDERPServerScenario
- TestDERPServerWebsocketScenario - TestDERPServerWebsocketScenario
- TestPingAllByIP - TestPingAllByIP
- TestPingAllByIPRandomClientPort
- TestPingAllByIPPublicDERP - TestPingAllByIPPublicDERP
- TestEphemeral - TestEphemeral
- TestEphemeralInAlternateTimezone - TestEphemeralInAlternateTimezone

View File

@@ -86,11 +86,11 @@ func TestPingAllByIP(t *testing.T) {
t.Logf("%d successful pings out of %d", success, len(allClients)*len(allIps)) 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 // direct connections between nodes with randomize_client_port enabled. This test
// ensures that nodes can establish direct peer-to-peer connections without relying // 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. // 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) IntegrationSkip(t)
spec := ScenarioSpec{ spec := ScenarioSpec{