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: TestCloseWithBlockingReadByNewFile failures #57993

Closed
gopherbot opened this issue Jan 25, 2023 · 4 comments
Closed

os: TestCloseWithBlockingReadByNewFile failures #57993

gopherbot opened this issue Jan 25, 2023 · 4 comments
Assignees
Labels
FrozenDueToAge 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

#!watchflakes
post <- pkg == "os" && test == "TestCloseWithBlockingReadByNewFile"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestCloseWithBlockingReadByNewFile (1.19s)
    pipe_test.go:356: timed out waiting for Read

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 Jan 25, 2023
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os" && test == "TestCloseWithBlockingReadByNewFile"
2023-01-19 20:45 darwin-amd64-13 go@fbf14ae1 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.19s)
    pipe_test.go:356: timed out waiting for Read
2023-01-19 20:45 solaris-amd64-oraclerel go@fbf14ae1 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.26s)
    pipe_test.go:356: timed out waiting for Read
2023-01-19 22:26 darwin-amd64-11_0 go@213495a4 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.35s)
    pipe_test.go:356: timed out waiting for Read
2023-01-20 03:27 darwin-amd64-12_0 go@b419db6c os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.17s)
    pipe_test.go:356: timed out waiting for Read
2023-01-20 21:15 solaris-amd64-oraclerel go@59964663 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.24s)
    pipe_test.go:356: timed out waiting for Read

watchflakes

@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. labels Jan 25, 2023
@bcmills bcmills self-assigned this Jan 25, 2023
@bcmills bcmills added this to the Go1.21 milestone Jan 25, 2023
@gopherbot gopherbot removed the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jan 25, 2023
@gopherbot
Copy link
Author

Change https://go.dev/cl/463180 mentions this issue: os: eliminate arbitrary timeout in testClosewithBlockingRead

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os" && test == "TestCloseWithBlockingReadByNewFile"
2023-01-24 17:50 solaris-amd64-oraclerel go@8c37d486 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.22s)
    pipe_test.go:356: timed out waiting for Read
2023-01-25 16:38 darwin-amd64-11_0 go@1d3088ef os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.15s)
    pipe_test.go:356: timed out waiting for Read
2023-01-25 16:38 solaris-amd64-oraclerel go@1d3088ef os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.25s)
    pipe_test.go:356: timed out waiting for Read

watchflakes

@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "os" && test == "TestCloseWithBlockingReadByNewFile"
2023-01-19 22:43 solaris-amd64-oraclerel go@45dc81d8 os.TestCloseWithBlockingReadByNewFile (log)
--- FAIL: TestCloseWithBlockingReadByNewFile (1.38s)
    pipe_test.go:356: timed out waiting for Read

watchflakes

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