mirror of
https://github.com/octoleo/restic.git
synced 2024-12-23 11:28:54 +00:00
Reduce data set for TestRestore
This commit is contained in:
parent
279566bafe
commit
c6c1dccc53
@ -894,7 +894,7 @@ func TestRestore(t *testing.T) {
|
|||||||
for i := 0; i < 10; i++ {
|
for i := 0; i < 10; i++ {
|
||||||
p := filepath.Join(env.testdata, fmt.Sprintf("foo/bar/testfile%v", i))
|
p := filepath.Join(env.testdata, fmt.Sprintf("foo/bar/testfile%v", i))
|
||||||
rtest.OK(t, os.MkdirAll(filepath.Dir(p), 0755))
|
rtest.OK(t, os.MkdirAll(filepath.Dir(p), 0755))
|
||||||
rtest.OK(t, appendRandomData(p, uint(mrand.Intn(5<<21))))
|
rtest.OK(t, appendRandomData(p, uint(mrand.Intn(2<<21))))
|
||||||
}
|
}
|
||||||
|
|
||||||
opts := BackupOptions{}
|
opts := BackupOptions{}
|
||||||
|
Loading…
Reference in New Issue
Block a user