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: TestSlowUserdbLookup failures #59212

Closed
gopherbot opened this issue Mar 24, 2023 · 3 comments
Closed

os/user: TestSlowUserdbLookup failures #59212

gopherbot opened this issue Mar 24, 2023 · 3 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 == "TestSlowUserdbLookup"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestSlowUserdbLookup (0.00s)
    userdbclient_linux_test.go:177: lookup should not be handled but was

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 Mar 24, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/user" && test == "TestSlowUserdbLookup"
2023-03-23 19:50 linux-386-bullseye go@7b887158 os/user.TestSlowUserdbLookup (log)
--- FAIL: TestSlowUserdbLookup (0.00s)
    userdbclient_linux_test.go:177: lookup should not be handled but was

watchflakes

@cherrymui
Copy link
Member

Fixed by CL 479135 (reverting the culprit CL).

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os/user" && test == "TestSlowUserdbLookup"
2023-03-23 17:32 linux-arm64 go@3d5391ed os/user.TestSlowUserdbLookup (log)
--- FAIL: TestSlowUserdbLookup (0.00s)
    userdbclient_linux_test.go:177: lookup should not be handled but was

watchflakes

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