mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 07:17:56 +08:00
adjust test
This commit is contained in:
@@ -8,8 +8,8 @@ import (
|
|||||||
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
|
"github.com/chrislusf/seaweedfs/weed/pb/filer_pb"
|
||||||
)
|
)
|
||||||
|
|
||||||
func TestNewLogBuffer(t *testing.T) {
|
func TestNewLogBufferFirstBuffer(t *testing.T) {
|
||||||
lb := NewLogBuffer(time.Second, func(startTime, stopTime time.Time, buf []byte) {
|
lb := NewLogBuffer(time.Minute, func(startTime, stopTime time.Time, buf []byte) {
|
||||||
|
|
||||||
}, func() {
|
}, func() {
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user