golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123k stars 17.53k forks source link

google.golang.org/protobuf/proto: TestHasExtensionNoAlloc/Lazy failures #69163

Open gopherbot opened 3 weeks ago

gopherbot commented 3 weeks ago
#!watchflakes
default <- pkg == "google.golang.org/protobuf/proto" && test == "TestHasExtensionNoAlloc/Lazy"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestHasExtensionNoAlloc/Lazy
    extension_test.go:156: proto.HasExtension should not allocate, but allocated 1.00x per run
--- FAIL: TestHasExtensionNoAlloc/Lazy (0.00s)

watchflakes

gopherbot commented 3 weeks ago

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "google.golang.org/protobuf/proto" && test == "TestHasExtensionNoAlloc/Lazy"
2024-08-29 12:27 z_protobuf-go1.22-linux-amd64 protobuf@1531843d release-branch.go1.22@e87be983 google.golang.org/protobuf/proto.TestHasExtensionNoAlloc/Lazy (log) === RUN TestHasExtensionNoAlloc/Lazy extension_test.go:156: proto.HasExtension should not allocate, but allocated 1.00x per run --- FAIL: TestHasExtensionNoAlloc/Lazy (0.00s)

watchflakes