]> Cypherpunks.ru repositories - gostls13.git/commit
path/filepath: deflake TestEvalSymlinksAboveRoot on darwin
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 30 Jun 2021 16:44:30 +0000 (09:44 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Wed, 30 Jun 2021 20:03:34 +0000 (20:03 +0000)
commited56ea73e8aa60269bbb3d33af9e7614e6b3babf
tree4c4bb34521180dde69948808f829286103b3b28b
parentc080d0323bce56e25622a51dffecf756758c95a1
path/filepath: deflake TestEvalSymlinksAboveRoot on darwin

On darwin, under load, it appears that the system occasionally
deletes the temp dir mid-test. Don't fail the test when that happens.

It would be nice to fix this in a deeper way.
See golang.org/cl/332009 for some discussion.

In the meantime, this will at least stop the flakiness.

Updates #37910

Change-Id: I6669e466fed9abda4a87ca88345c04cd7986b41e
Reviewed-on: https://go-review.googlesource.com/c/go/+/332009
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Bryan C. Mills <bcmills@google.com>
src/path/filepath/path_test.go