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

x/build/internal/relui/sign: TestUpdateSigningStatus failures #60143

Closed
gopherbot opened this issue May 12, 2023 · 3 comments
Closed

x/build/internal/relui/sign: TestUpdateSigningStatus failures #60143

gopherbot opened this issue May 12, 2023 · 3 comments
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
post <- pkg == "golang.org/x/build/internal/relui/sign" && test == "TestUpdateSigningStatus"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUpdateSigningStatus (1.05s)
    server_test.go:170: grpc.Dial(127.0.0.1:49404, [0xc000090820 0xc000090828]) = nil, context deadline exceeded; want no error

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 12, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/internal/relui/sign" && test == "TestUpdateSigningStatus"
2023-05-10 20:22 darwin-amd64-13 build@fc985e83 go@446ad131 x/build/internal/relui/sign.TestUpdateSigningStatus (log)
--- FAIL: TestUpdateSigningStatus (1.05s)
    server_test.go:170: grpc.Dial(127.0.0.1:49404, [0xc000090820 0xc000090828]) = nil, context deadline exceeded; want no error

watchflakes

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label May 12, 2023
@gopherbot gopherbot added this to the Unreleased milestone May 12, 2023
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/build/internal/relui/sign" && test == "TestUpdateSigningStatus"
2023-06-15 01:29 darwin-amd64-11_0 build@d18efe97 go@9fc84363 x/build/internal/relui/sign.TestUpdateSigningStatus (log)
--- FAIL: TestUpdateSigningStatus (1.01s)
    server_test.go:170: grpc.Dial(127.0.0.1:49736, [0xc00004e828 0xc00004e830]) = nil, context deadline exceeded; want no error

watchflakes

@dmitshur dmitshur added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsFix The path to resolution is known, but the work has not been done. and removed NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels May 16, 2024
@dmitshur
Copy link
Contributor

Fixed by CL 504495.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Builders x/build issues (builders, bots, dashboards) NeedsFix The path to resolution is known, but the work has not been done. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
Status: Done
Development

No branches or pull requests

2 participants