mirror of
https://github.com/kemko/nomad.git
synced 2026-01-02 00:15:43 +03:00
This PR tries to make API tests run fast, as an experiment to later apply to all packages. Key changes include - Swapping freeport for test/portal for port allocations - Swappng some uses of WaitForResult with test/wait - Turning on parallelism in api/testutil/slow.go - Switching to custom public runner (32 vcpu) There's also chunk of cleanup brought in for the ride