]> Cypherpunks repositories - gostls13.git/commit
cmd/go: retry RemoveAll(workdir) for up to 500ms
authorBryan C. Mills <bcmills@google.com>
Tue, 16 Apr 2019 17:07:29 +0000 (13:07 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 16 Apr 2019 17:44:16 +0000 (17:44 +0000)
commit56b8ee23986c48ec63a0411f12b3fcaad61d6c06
tree6acd1e80a30b39628b74f9fad8a3257446c9a923
parent518ee55d7814a1de66ec9e2fb4829711cc63d0aa
cmd/go: retry RemoveAll(workdir) for up to 500ms

On some configurations of Windows, directories containing executable
files may be locked for a while after the executable exits (perhaps
due to antivirus scans?). It's probably worth a little extra latency
on exit to avoid filling up the user's temporary directory with leaked
files.

Updates #30789

Change-Id: Iae7fcdd07fb9ecfb05967cfe0c8833db646d2f85
Reviewed-on: https://go-review.googlesource.com/c/go/+/172337
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/work/action.go