Skip to content

Commit

Permalink
testing: add more parallelism to packetimpact dgram tests
Browse files Browse the repository at this point in the history
This lowered runtime down to about [2
minutes](https://buildkite.com/gvisor/pipeline/builds/29983#018fca80-2991-4414-aa11-91c71874ea3b).

PiperOrigin-RevId: 639204164
  • Loading branch information
kevinGC authored and gvisor-bot committed Jun 1, 2024
1 parent 9d3ea99 commit bb242cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/packetimpact/tests/generic_dgram_socket_send_recv.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ func runAllCombinations(t *testing.T, proto protocolTest) {
dut.Net.RemoteIPv6,
} {
t.Run(fmt.Sprintf("bindTo=%s", bindTo), func(t *testing.T) {
t.Parallel()
for _, sendTo := range []net.IP{
net.IPv4bcast,
net.IPv4allsys,
Expand Down

0 comments on commit bb242cb

Please sign in to comment.