Drop tests that check for log messages
logrus starts a Goroutine to write messages to the output buffer, but there is no way to flush these messages to ensure they are ready (https://github.com/sirupsen/logrus/issues/435). To avoid race conditions, drop these log checks from our tests.
显示
- changelogs/unreleased/sh-remove-log-tests.yml 5 个添加, 0 个删除changelogs/unreleased/sh-remove-log-tests.yml
- internal/filestore/file_handler_test.go 0 个添加, 31 个删除internal/filestore/file_handler_test.go
- internal/objectstore/gocloud_object_test.go 0 个添加, 7 个删除internal/objectstore/gocloud_object_test.go
- internal/testhelper/testhelper.go 0 个添加, 24 个删除internal/testhelper/testhelper.go
加载中
想要评论请 注册 或 登录