mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
Fix sporadic failure in TestDiskCacheMaxUse (#9049)
This commit is contained in:
parent
1330e59307
commit
eac02c04f7
@ -258,7 +258,7 @@ func TestDiskCacheMaxUse(t *testing.T) {
|
|||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
d, err := initDiskCaches(fsDirs, 80, 0, 80, 90, t)
|
d, err := initDiskCaches(fsDirs, 90, 0, 90, 99, t)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user