golang/go

log/syslog: TestWrite failures with empty Info

Open

#55,071 opened on Sep 14, 2022

View on GitHub
 (9 comments) (0 reactions) (1 assignee)Go (19,008 forks)batch import
NeedsInvestigationhelp wanted

Repository metrics

Stars
 (133,883 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

#!watchflakes
post <- pkg == "log/syslog" && test == "TestWrite"
--- FAIL: TestWrite (1.83s)
    syslog_test.go:335: s.Info() = '""', didn't match '"<11>%s %s syslog_test[%d]: write test\n"' (0 unexpected EOF)
FAIL
FAIL	log/syslog	2.690s

greplogs -l -e 'FAIL: TestWrite.*(?:\n\s+.*)*s\.Info\(\) = '\''""'\' --since=2022-01-01 2022-09-07T16:00:20-7033275/linux-amd64-wsl 2022-06-17T21:35:36-d42a488/netbsd-arm64-bsiegert

Contributor guide