]> Cypherpunks repositories - gostls13.git/commit
cmd/api: skip TestIssue29837 when -short is set
authorqmuntal <quimmuntal@gmail.com>
Fri, 9 Jun 2023 15:41:36 +0000 (17:41 +0200)
committerQuim Muntal <quimmuntal@gmail.com>
Thu, 15 Jun 2023 05:42:15 +0000 (05:42 +0000)
commitc5463218a228b082661df3f5f1ba0492a4d3df18
tree1b0d329caff1de59ca8207d2c1283f4f0fa3d750
parent9fc84363d1c317fd8d8f963de3bb10f8a8df05ac
cmd/api: skip TestIssue29837 when -short is set

TestIssue29837 takes a long time to run, ~150s on my laptop
and ~40s on CI builders.

While here, warm up the go list cache in parallel, which reduces the
test time by ~10%.

Change-Id: Ib8d45b086453ee03e6c9f3f070d6f6b0d324bfd4
Reviewed-on: https://go-review.googlesource.com/c/go/+/502095
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Quim Muntal <quimmuntal@gmail.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/api/api_test.go