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
..
db.go Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
db_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
hash.go Use minio/sha256-simd for accelerated SHA256 (#23052) 1 year ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
testlogger.go Improve test logger (#24235) 1 year ago
tests.go Refactor the setting to make unit test easier (#22405) 1 year ago