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

os/user: TestCurrent failures #60260

Closed
gopherbot opened this issue May 17, 2023 · 2 comments
Closed

os/user: TestCurrent failures #60260

gopherbot opened this issue May 17, 2023 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "os/user" && test == "TestCurrent"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCurrent (0.00s)
    user_test.go:29: didn't get a HomeDir
    user_test.go:32: didn't get a username

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label May 17, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/user" && test == "TestCurrent"
2023-03-23 17:32 linux-riscv64-jsing go@3d5391ed os/user.TestCurrent (log)
--- FAIL: TestCurrent (0.00s)
    user_test.go:29: didn't get a HomeDir
    user_test.go:32: didn't get a username
2023-03-23 20:52 linux-riscv64-jsing go@b0dfcb74 os/user.TestCurrent (log)
--- FAIL: TestCurrent (0.00s)
    user_test.go:29: didn't get a HomeDir
    user_test.go:32: didn't get a username

watchflakes

@cherrymui
Copy link
Member

Old failure, fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants