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: TestTextHandlerSource failures #56212

Open
gopherbot opened this issue Oct 13, 2022 · 1 comment
Open

x/exp/slog: TestTextHandlerSource failures #56212

gopherbot opened this issue Oct 13, 2022 · 1 comment
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" && 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 gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Oct 13, 2022
@gopherbot gopherbot added this to the Unreleased milestone Oct 13, 2022
@gopherbot
Copy link
Author

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

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: No status
Development

No branches or pull requests

1 participant