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