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

cmd/go: timeouts in TestScript/test_shuffle #57709

Closed
bcmills opened this issue Jan 9, 2023 · 2 comments
Closed

cmd/go: timeouts in TestScript/test_shuffle #57709

bcmills opened this issue Jan 9, 2023 · 2 comments
Assignees
Labels
FrozenDueToAge GoCommand cmd/go 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

@bcmills
Copy link
Contributor

bcmills commented Jan 9, 2023

#!watchflakes
post <- pkg == "cmd/go" && test == "TestScript/test_shuffle" && `test timed out`

(extracted from #55311 (comment))

@bcmills bcmills 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. GoCommand cmd/go labels Jan 9, 2023
@bcmills bcmills self-assigned this Jan 9, 2023
@bcmills bcmills added this to the Go1.21 milestone Jan 9, 2023
@bcmills
Copy link
Contributor Author

bcmills commented Jan 9, 2023

This test builds, links, and executes a test binary repeatedly (which is expensive and time-consuming). It should be (but today isn't) skipped in -short mode.

@gopherbot
Copy link

Change https://go.dev/cl/461455 mentions this issue: cmd/go: shorten TestScript/test_shuffle and skip it in short mode

@golang golang locked and limited conversation to collaborators Jan 19, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
FrozenDueToAge GoCommand cmd/go 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