golang / go

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

x/exp/slog: TestTextHandlerSource failures #56212

Open gopherbot opened 2 years ago

gopherbot commented 2 years ago
#!watchflakes
post <- pkg == "golang.org/x/exp/slog" && test == "TestTextHandlerSource"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTextHandlerSource (0.00s)
    text_handler_test.go:106: got
        "time=2000-01-02T03:04:05.000Z level=INFO source=\"/var/folders/9w/4l2_g3kx01x199n37fbmv3s80000gn/T/workdir-host-darwin-amd64-10_14/gopath/src/golang.org/x/exp/slog/text_handler_test.go\":95 msg=m\n"
        wanted to match source=([A-Z]:)?[^:]+text_handler_test\.go:\d+ msg

watchflakes

gopherbot commented 2 years ago

Found new dashboard test flakes for:

#!watchflakes
post <- pkg == "golang.org/x/exp/slog" && test == "TestTextHandlerSource"
2022-09-09 18:21 darwin-amd64-10_14 exp@93e26a70 go@9dd9174f x/exp/slog.TestTextHandlerSource (log) --- FAIL: TestTextHandlerSource (0.00s) text_handler_test.go:106: got "time=2000-01-02T03:04:05.000Z level=INFO source=\"/var/folders/9w/4l2_g3kx01x199n37fbmv3s80000gn/T/workdir-host-darwin-amd64-10_14/gopath/src/golang.org/x/exp/slog/text_handler_test.go\":95 msg=m\n" wanted to match source=([A-Z]:)?[^:]+text_handler_test\.go:\d+ msg

watchflakes