x/build/cmd/coordinator: bad test partitioning for plan9-arm #49343
Labels
Builders
x/build issues (builders, bots, dashboards)
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Currently a lot of short tests are being executed individually in separate invocations of
go tool dist test
, instead of being grouped together. This matters for overall runtime, because on the raspberry pi builders each invocation ofgo tool dist test
adds an overhead of >30 seconds, even for a test which takes a small fraction of a second.See for example this excerpt from an execution log on plan9-arm:
compared to the same subsequence of tests run on another slow platform, freebsd-arm64:
Naive question: on single builders without helpers, why are the tests partitioned at all? Running the whole set of tests under a single invocation of
go tool dist test
would reduce the overhead considerably.The text was updated successfully, but these errors were encountered: