mirror of
https://github.com/golang/go
synced 2024-11-18 10:14:45 -07:00
405595e0b5
Closing the workspace has frequently been failing on Windows, due to file locks held by the go command. This change makes several tests more careful to check errors when closing resources, and defers closing the regtest workspaces until the entire test suite completes, at which point it is much more likely that closing the workspace will succeed. If this change results in test flakes on Windows, we should temporarily demote errors in regtest.Runner.Close to a t.Log. Updates golang/go#38490 Change-Id: Ibd2f7dd0e0e2faecfa0ca8c60237fc72e64f6719 Reviewed-on: https://go-review.googlesource.com/c/tools/+/228231 Run-TryBot: Robert Findley <rfindley@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org> |
||
---|---|---|
.. | ||
analysisinternal | ||
apidiff | ||
fastwalk | ||
gocommand | ||
gopathwalk | ||
imports | ||
jsonrpc2 | ||
lsp | ||
memoize | ||
packagesinternal | ||
proxydir | ||
span | ||
telemetry | ||
testenv | ||
tool | ||
xcontext |