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

runtime: TestUserArenaLiveness failures #64054

Closed
gopherbot opened this issue Nov 10, 2023 · 3 comments
Closed

runtime: TestUserArenaLiveness failures #64054

gopherbot opened this issue Nov 10, 2023 · 3 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "runtime" && test == "TestUserArenaLiveness"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestUserArenaLiveness (0.37s)
    --- FAIL: TestUserArenaLiveness/Free (0.19s)
        arena_test.go:268: finalized arena-referenced object unexpectedly

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

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "runtime" && test == "TestUserArenaLiveness"
2023-11-09 19:58 linux-mips64-rtrk go@e3585c67 runtime.TestUserArenaLiveness (log)
--- FAIL: TestUserArenaLiveness (0.37s)
    --- FAIL: TestUserArenaLiveness/Free (0.19s)
        arena_test.go:268: finalized arena-referenced object unexpectedly
2023-11-09 22:45 linux-mips64-rtrk go@eda42f7c runtime.TestUserArenaLiveness (log)
--- FAIL: TestUserArenaLiveness (0.34s)
    --- FAIL: TestUserArenaLiveness/Free (0.19s)
        arena_test.go:268: finalized arena-referenced object unexpectedly
2023-11-10 02:22 linux-mips64-rtrk go@1fc45e9a runtime.TestUserArenaLiveness (log)
--- FAIL: TestUserArenaLiveness (0.42s)
    --- FAIL: TestUserArenaLiveness/Free (0.18s)
        arena_test.go:268: finalized arena-referenced object unexpectedly

watchflakes

@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Nov 10, 2023
@mknyszek
Copy link
Contributor

This is fixed. I thought I wrote a watchflakes pattern for this, but I guess since that issue is closed it's not matching? I dunno.

@mknyszek
Copy link
Contributor

See #64048.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Archived in project
Development

No branches or pull requests

2 participants