Closed millerresearch closed 9 hours ago
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
Change https://go.dev/cl/629635 mentions this issue: os: allow for variant plan9 error messages in TestOpenError
Go version
gotip
Output of
go env
in your module/workspace:What did you do?
LUCI tests, for example
ci/gotip-plan9-386
What did you see happen?
Example log:
What did you expect to see?
Different Plan 9 file servers return different error strings (some arguably incorrect) when a process attempts to write to a directory.
TestOpenError
changed in CL 620157 to use a directory in/tmp
instead of using the root file system. This may fail on Plan 9, depending on which file server is used to provide `/tmp'. The test already has a special case for Plan 9's idiosyncratic error messages, but needs to allow for more possibilities.