You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
wxiaoguang 911975059a
Improve test logger (#24235)
Before, there was a `log/buffer.go`, but that design is not general, and
it introduces a lot of irrelevant `Content() (string, error) ` and
`return "", fmt.Errorf("not supported")` .


And the old `log/buffer.go` is difficult to use, developers have to
write a lot of `Contains` and `Sleep` code.


The new `LogChecker` is designed to be a general approach to help to
assert some messages appearing or not appearing in logs.
1 year ago
..
colors.go Improve trace logging for pulls and processes (#22633) 1 year ago
colors_router.go Implement FSFE REUSE for golang files (#21840) 2 years ago
conn.go Improve test logger (#24235) 1 year ago
conn_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
console.go Improve test logger (#24235) 1 year ago
console_other.go Implement FSFE REUSE for golang files (#21840) 2 years ago
console_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
console_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago
errors.go Implement FSFE REUSE for golang files (#21840) 2 years ago
event.go Improve test logger (#24235) 1 year ago
file.go Improve test logger (#24235) 1 year ago
file_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
flags.go Implement FSFE REUSE for golang files (#21840) 2 years ago
groutinelabel.go Update go dev dependencies (#22064) 2 years ago
groutinelabel_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
level.go Implement FSFE REUSE for golang files (#21840) 2 years ago
level_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
log.go Remove most path-based golangci exclusions (#24214) 1 year ago
log_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
logger.go Remove most path-based golangci exclusions (#24214) 1 year ago
multichannel.go Remove most path-based golangci exclusions (#24214) 1 year ago
provider.go Improve test logger (#24235) 1 year ago
smtp.go Improve test logger (#24235) 1 year ago
smtp_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
stack.go Implement FSFE REUSE for golang files (#21840) 2 years ago
writer.go Remove most path-based golangci exclusions (#24214) 1 year ago
writer_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago