mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
9d3ea997e2
This is really just a combinatorial explosion of tests run serially. We should at least parallelize them. Doing so reduces the buildkite runtime of `make packetimpact-tests` to half ([before], [after]). For reviewiers: this is just splitting one test file into 3 plus a single shared file. It's pretty much all branch+delete chunks. [before]: https://buildkite.com/gvisor/pipeline/builds/29972#018fc0f8-6d6b-4e9f-8717-8278aa94dce4 [after]: https://buildkite.com/gvisor/pipeline/builds/29980#018fca5b-d95d-4991-8ec3-e16d82510372 PiperOrigin-RevId: 639194987