Files
multica/Makefile
YYClaw 78591f6022 test(server): cap pkg/agent test concurrency under -race (#5077)
* test(server): cap pkg/agent test concurrency under -race

pkg/agent spawns many subprocess-backed tests with hard 5s deadlines. On
high-core machines the default GOMAXPROCS fan-out (across packages via -p
and within a package via -parallel) starves the parent event loops so they
miss the deadline. Run the rest of the suite at full concurrency and cap
only pkg/agent so those tests stay within budget without slowing the whole
Go suite's CI wall-clock.

* test(server): fail make test when go list package discovery fails
2026-07-10 13:01:49 +08:00

15 KiB