Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

path/filepath: TestBug3486 failure #5863

Closed
alberts opened this issue Jul 11, 2013 · 4 comments
Closed

path/filepath: TestBug3486 failure #5863

alberts opened this issue Jul 11, 2013 · 4 comments
Milestone

Comments

@alberts
Copy link
Contributor

alberts commented Jul 11, 2013

What steps will reproduce the problem?

I don't really understand what's going on here.

Run tests with:

go test -v -short -cpu 1,2,4,8,16,256 std

repeatedly.

What do you see instead?

=== RUN TestBug3486
--- FAIL: TestBug3486 (0.11 seconds)
path_test.go:936: lstat /build/go.tip/go/src/pkg/os/append.txt: no such file or directory

Which compiler are you using (5g, 6g, 8g, gccgo)?

6g

Which operating system are you using?

linux

Which version are you using?  (run 'go version')

go version devel +ddb4f9feee8b Thu Jul 11 08:47:29 2013 +1000 linux/amd64

Please provide any additional information below.

This is the second time I've seen this failure. The first one was a few days ago.

/build is a tmpfs. Hopefully that doesn't matter.

I can't imagine why append.txt would disappear while path/filepath tests are running.
Nothing else should be doing anything in /build/go.tip.
@rsc
Copy link
Contributor

rsc commented Jul 30, 2013

Comment 1:

Labels changed: added priority-later, go1.2, removed priority-triage.

Status changed to Accepted.

@alberts
Copy link
Contributor Author

alberts commented Aug 13, 2013

Comment 2:

still happens with
go version devel +df2050eeba3a Tue Aug 13 00:09:31 2013 -0400 linux/amd64

@alberts
Copy link
Contributor Author

alberts commented Aug 22, 2013

Comment 3:

Another manifestation:
--- FAIL: TestBug3486-2 (0.09 seconds)
path_test.go:939: lstat /build/go.tip/go/src/pkg/os/symlinktestfrom: no such file or
directory

@rsc
Copy link
Contributor

rsc commented Sep 9, 2013

Comment 4:

This issue was closed by revision 5dc8c4d.

Status changed to Fixed.

@rsc rsc added this to the Go1.2 milestone Apr 14, 2015
@rsc rsc removed the go1.2 label Apr 14, 2015
@golang golang locked and limited conversation to collaborators Jun 24, 2016
This issue was closed.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants