File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,16 +7,26 @@ test_description="Test migration 2 to 3 with lots of objects"
77# setup vars for tests
88
99DEPTH=3
10- PINTOTAL=200
10+ NBDIR=3
11+ NBFILE=6
12+ PINTOTAL=20
1113
1214if test_have_prereq EXPENSIVE
1315then
1416 DEPTH=6
17+ NBDIR=7
18+ NBFILE=10
1519 PINTOTAL=2000
1620fi
1721
1822PINEACH=$( expr $PINTOTAL / 2)
1923
24+ echo " DEPTH: $DEPTH "
25+ echo " NBDIR: $NBDIR "
26+ echo " NBFILE: $NBFILE "
27+ echo " PINTOTAL: $PINTOTAL "
28+ echo " PINEACH: $PINEACH "
29+
2030test_expect_success " start a docker container" '
2131 DOCID=$(start_docker)
2232'
@@ -51,7 +61,8 @@ test_init_daemon "$DOCID"
5161test_start_daemon " $DOCID "
5262
5363test_expect_success " make a couple files" '
54- drun "$GUEST_RANDOM_FILES -depth=$DEPTH -dirs=7 -files=10 manyfiles" > filenames
64+ drun "rm -rf manyfiles" &&
65+ drun "$GUEST_RANDOM_FILES -depth=$DEPTH -dirs=$NBDIR -files=$NBFILE manyfiles" > filenames
5566'
5667
5768test_expect_success " add a few files" '
You can’t perform that action at this time.
0 commit comments