Fix/logx test log mismatchtime schedule num (#5305)

Co-authored-by: qiuwenhao <qiushaotest@qq.com>
This commit is contained in:
Qiu shao
2025-11-30 21:44:53 +08:00
committed by GitHub
parent fdf4ccf057
commit c6f75532fa
4 changed files with 6 additions and 15 deletions

View File

@@ -4,8 +4,6 @@ import (
"context"
"errors"
"fmt"
"io"
"log"
"runtime"
"sync/atomic"
"testing"
@@ -17,9 +15,6 @@ import (
var errDummy = errors.New("dummy")
func init() {
log.SetOutput(io.Discard)
}
func TestFinish(t *testing.T) {
defer goleak.VerifyNone(t)