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/workflow: TestParallelism is flaky #48158

Closed
dmitshur opened this issue Sep 2, 2021 · 2 comments
Closed

x/build/internal/workflow: TestParallelism is flaky #48158

dmitshur opened this issue Sep 2, 2021 · 2 comments
Labels
Builders x/build issues (builders, bots, dashboards) 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

@dmitshur
Copy link
Contributor

dmitshur commented Sep 2, 2021

This seems to happen occasionally, suggesting the test is flaky:

--- FAIL: TestParallelism (0.15s)
    workflow_test.go:122: task sleep #1  : started
    workflow_test.go:122: task sleep #2  : started
    workflow_test.go:126: task sleep #1  : done: {}
    workflow_test.go:126: task sleep #2  : done: {}
    workflow_test.go:75: too much time elapsed: 152.3438ms
FAIL
FAIL	golang.org/x/build/internal/workflow	0.306s

CC @golang/release.

@dmitshur dmitshur added Testing An issue that has been verified to require only test changes, not just a test failure. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Sep 2, 2021
@dmitshur dmitshur added this to the Unreleased milestone Sep 2, 2021
@heschi heschi self-assigned this Sep 2, 2021
@bcmills
Copy link
Contributor

bcmills commented Sep 2, 2021

@gopherbot gopherbot added the Builders x/build issues (builders, bots, dashboards) label Sep 2, 2021
@gopherbot
Copy link

Change https://golang.org/cl/347412 mentions this issue: internal/workflow: fix flaky TestParallelism

@rsc rsc unassigned heschi Jun 23, 2022
@golang golang locked and limited conversation to collaborators Jun 23, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Builders x/build issues (builders, bots, dashboards) 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

4 participants