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
..
context_tests.go Make HTML template functions support context (#24056) 1 year ago
logchecker.go Improve test logger (#24235) 1 year ago
logchecker_test.go Improve test logger (#24235) 1 year ago
utils.go Implement FSFE REUSE for golang files (#21840) 2 years ago