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

all: builders seeing test timeouts in various packages #24591

Closed
mvdan opened this issue Mar 29, 2018 · 5 comments
Closed

all: builders seeing test timeouts in various packages #24591

mvdan opened this issue Mar 29, 2018 · 5 comments
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Milestone

Comments

@mvdan
Copy link
Member

mvdan commented Mar 29, 2018

Some recent ones:

This seems to have started sometime around the 28th of March: https://build.golang.org/

Since it's not a single package, and they don't seem to be related, this seems like a runtime or compiler issue. /cc @aclements @josharian @mdempsky

@mvdan mvdan added the Testing An issue that has been verified to require only test changes, not just a test failure. label Mar 29, 2018
@mvdan
Copy link
Member Author

mvdan commented Mar 29, 2018

Josh filed an issue about flaky network tests that time out, but I doubt the two related: #24580

@mvdan
Copy link
Member Author

mvdan commented Mar 29, 2018

I've looked through all the recent failures, and I only see these three packages plus net. I wonder what's special about them.

@ianlancetaylor ianlancetaylor added this to the Go1.11 milestone Mar 29, 2018
@ianlancetaylor ianlancetaylor added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Mar 29, 2018
@josharian
Copy link
Contributor

Are all the hangs while exec'ing external tools? The first two I looked at were.

Maybe there are underlying resource conflicts causing the exec to get significantly delayed.

@mvdan
Copy link
Member Author

mvdan commented Mar 29, 2018

The three I linked above seem to be while running an external tool, yes. I haven't gone through all of them, as most seem to be duplicates.

@bradfitz
Copy link
Contributor

Let's close this in favor of concrete bugs for certain packages.

It's likely that certain packages are now running up against the default 3 minute timeout.

Another reason to close this: this predates the move away from Kubernetes pods to dedicated VMs for Linux builders, so we have better isolation now.

@golang golang locked and limited conversation to collaborators May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. Testing An issue that has been verified to require only test changes, not just a test failure.
Projects
None yet
Development

No branches or pull requests

5 participants