summaryrefslogtreecommitdiff
path: root/blackboxtest
AgeCommit message (Expand)AuthorFilesLines
2010-07-05Add --upload-queue-size for tweaking size of upload queue for B-tree nodes.Lars Wirzenius1-2/+4
2010-07-04Add --node-size option and make everywhere use that.Lars Wirzenius1-2/+2
2010-07-04Add --chunk-size option to set size of chunks.Lars Wirzenius1-1/+3
2010-05-09Keep obnam logs in an accessible location during black box tests.Lars Wirzenius1-1/+1
2010-02-14Add beginnings of an fsck plugin.Lars Wirzenius1-0/+4
2010-02-14Add test for 'obnam forget --pretend'.Lars Wirzenius1-1/+20
2010-02-14Add test for 'obnam forget' to see that it follows policy specifiedLars Wirzenius1-0/+15
2010-02-14Add test for 'obnam forget' with specified generations.Lars Wirzenius1-0/+15
2010-02-14Add ability to catch stdout output for examination.Lars Wirzenius1-6/+44
2010-02-14Shut blackboxtest up about expected obnam error messages.Lars Wirzenius1-6/+17
2010-02-14Change blackboxtest to accept an optional list of tests toLars Wirzenius1-3/+4
2010-02-06Improve logic for verify plugin for reporting failures, by usingLars Wirzenius1-2/+4
2010-02-06Add test cases for verify.Lars Wirzenius1-0/+50
2010-02-05Make 'obnam restore' be able to restore individual files specifiedLars Wirzenius1-2/+24
2010-01-30Use --quiet option for obnam in blackboxtest, to make itLars Wirzenius1-0/+1
2010-01-23Add restore of hardlinks to the restore plugin.Lars Wirzenius1-0/+13
2010-01-23Change restore's command line interface by moving theLars Wirzenius1-1/+2
2010-01-23Change restore's command line interface by moving the targetLars Wirzenius1-1/+1
2010-01-23Add test to verify that two generations of backup works.Lars Wirzenius1-0/+21
2010-01-23Use chunk groups when a file has more than 16 chunks of 4096 bytes.Lars Wirzenius1-0/+20
2010-01-23Add black box test to verify that when all files are identical,Lars Wirzenius1-0/+19
2010-01-23Add test for symlinks.Lars Wirzenius1-0/+12
2010-01-23Make BlackBoxTest find all tests automatically.Lars Wirzenius1-1/+8
2010-01-23Fix blackboxtest to actually run the two backup roots test.Lars Wirzenius1-7/+8
2010-01-23Add black box test to back up multiple roots.Lars Wirzenius1-3/+17
2010-01-17Fix blackboxtest to compare the right directories.Lars Wirzenius1-1/+1
2010-01-12Fix bug when comparing original and restored data: when weLars Wirzenius1-5/+7
2010-01-12Add more logging.Lars Wirzenius1-6/+14
2010-01-12Add some logging to blackboxtesting, to make debugging failuresLars Wirzenius1-0/+20
2010-01-11Beginnings of a black box infrastructure test.Lars Wirzenius1-0/+236
2009-11-09Delete everything, start over from scratch, again.Lars Wirzenius1-343/+0
2009-08-04Merged patch from Wouter van Heyst to fix mtime comparison problems.Lars Wirzenius1-1/+1
2009-06-04Fix --quiet implementation. Make use of --quiet in blackboxtest.Lars Wirzenius1-1/+1
2009-06-03Make sure blackboxtest catches the case when content and metdata gets put in ...Lars Wirzenius1-0/+12
2009-06-03Add more checks to fsck: check that block ids match filenames, and that they ...Lars Wirzenius1-0/+1
2009-06-02Clean up after tests.Lars Wirzenius1-1/+1
2009-06-02Re-enable NoEmptyFilegroups test.Lars Wirzenius1-1/+1
2009-06-02prettitfy assert messageLars Wirzenius1-2/+1
2009-06-02Remove debugging output from assert message.Lars Wirzenius1-1/+1
2009-06-02Add blackboxtest to verify host object seem reasonably sane. (Currently fails.)Lars Wirzenius1-5/+25
2009-06-02Re-enable most blackboxtests. NoEmptyFilegroups now takes a really long time.Lars Wirzenius1-3/+3
2009-05-23Fix setting of symlink mtimes on restore. This required switching to using lu...Lars Wirzenius1-5/+5
2009-05-17Use --generation with restore.Lars Wirzenius1-2/+1
2009-05-17Use new command line syntax in blackboxtests.Lars Wirzenius1-2/+4
2009-05-17Make use of options for backup.Lars Wirzenius1-1/+2
2009-05-17A simple fsck based blackboxtest, plus change fsck so that it checks that fil...Lars Wirzenius1-0/+15
2009-05-16Fix things so 'make check' works.Lars Wirzenius1-3/+12
2009-04-13Format list to make it easier to comment out things.Lars Wirzenius1-2/+6
2009-04-12Wrote new black box test to make sure store's disk usage doesn't increase too...Lars Wirzenius1-1/+49
2009-04-12Refactor BlackBoxTest.backup to get the name of the store as an argument. Thi...Lars Wirzenius1-9/+8