aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2018-06-23 18:30:13 -0700
committerChris Lu <chris.lu@gmail.com>2018-06-23 18:30:13 -0700
commit3a6f9c9bcff8a46dda1a8e6d8db43710f5bb8adc (patch)
tree2ffd128b3a9971c67df97f99d8d96a14e7190e5d
parent7f7e4e98854766c1fb4604fec90945ba87a63d56 (diff)
downloadseaweedfs-3a6f9c9bcff8a46dda1a8e6d8db43710f5bb8adc.tar.xz
seaweedfs-3a6f9c9bcff8a46dda1a8e6d8db43710f5bb8adc.zip
increase test size
-rw-r--r--weed/storage/volume_vacuum_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/weed/storage/volume_vacuum_test.go b/weed/storage/volume_vacuum_test.go
index 428be14b7..5f28330f8 100644
--- a/weed/storage/volume_vacuum_test.go
+++ b/weed/storage/volume_vacuum_test.go
@@ -69,8 +69,8 @@ func TestCompaction(t *testing.T) {
t.Fatalf("volume creation: %v", err)
}
- beforeCommitFileCount := 10
- afterCommitFileCount := 10
+ beforeCommitFileCount := 1000
+ afterCommitFileCount := 1000
infos := make([]*needleInfo, beforeCommitFileCount+afterCommitFileCount)