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/exp/slog/internal/buffer: TestAlloc failures #55230

Closed
gopherbot opened this issue Sep 20, 2022 · 2 comments
Closed

x/exp/slog/internal/buffer: TestAlloc failures #55230

gopherbot opened this issue Sep 20, 2022 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
post <- pkg == "golang.org/x/exp/slog/internal/buffer" && test == "TestAlloc"

Bug automatically created to track these flakes.

— 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 Sep 20, 2022
@gopherbot
Copy link
Author

gopherbot commented Sep 20, 2022

Found new matching flaky dashboard failures for:

#!watchflakes
post <- pkg == "golang.org/x/exp/slog/internal/buffer" && test == "TestAlloc"
2022-09-07 00:35 linux-amd64-race exp@145caa8e go@76c94eb7 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-09 12:41 linux-amd64-race exp@bee59685 go@41089704 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-09 14:53 linux-amd64-race exp@c79614eb go@86188584 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-09 18:27 linux-amd64-race exp@5c715a9e go@dad2966a golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-09 18:27 linux-amd64-race exp@5c715a9e go@e5094527 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-14 17:04 linux-amd64-race exp@dc92f865 go@4baa4869 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-15 09:48 linux-amd64-race exp@259cd2c1 go@7c328440 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0
2022-09-15 21:06 linux-amd64-race exp@840b3808 go@3a067b28 golang.org/x/exp/slog/internal/buffer.TestAlloc (log)
--- FAIL: TestAlloc (0.00s)
    buffer_test.go:29: got 1 allocs, want 0

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Sep 20, 2022
@gopherbot gopherbot changed the title x/exp/slog/internal/buffer: flaky TestAlloc x/exp/slog/internal/buffer: TestAlloc failures Sep 20, 2022
@jba
Copy link
Contributor

jba commented Jul 24, 2023

Probably fixed by https://go.dev/cl/431056.

@jba jba closed this as completed Jul 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: Done
Development

No branches or pull requests

2 participants