This commit is contained in:
chrislu
2025-09-23 23:27:59 -07:00
parent 2fa69d6e09
commit 2beb8f85a3

View File

@@ -3,9 +3,10 @@ package chunk_cache
import (
"bytes"
"fmt"
"github.com/seaweedfs/seaweedfs/weed/util/mem"
"math/rand"
"testing"
"github.com/seaweedfs/seaweedfs/weed/util/mem"
)
func TestOnDisk(t *testing.T) {