summaryrefslogtreecommitdiff
path: root/verification-test
AgeCommit message (Collapse)AuthorFilesLines
2014-04-13Add missing copyright statements, yearsLars Wirzenius1-1/+1
2013-06-16Remove whitespace from ends of linesLars Wirzenius1-4/+4
2012-04-13Make verification-test exit if backup failsLars Wirzenius1-2/+2
2012-03-05Allow access to backup repository via sftpLars Wirzenius1-10/+8
Separate the URL for obnam's access to the repository, and the directory pathname for the test scripts' access.
2012-03-03Handle obnam read-only errors sanelyLars Wirzenius1-5/+16
Read-only errors need to be handled by re-trying. Now we do that.
2012-03-03During lock testing, handle obnam restore failures gracefullyLars Wirzenius1-1/+5
Because of how Obnam deals with locking (it only locks for writes), read-only operations such as restore can fail because a backup is happening concurrently. We deal with this by re-trying the restore until it succeeds (i.e., obnam does not crash). There's a chance of infinite looping if the crash happens for another reason, but that's for the human watching the test to deal with.
2012-03-01Store golden summain files with per-client namesLars Wirzenius1-3/+5
Previously, every client used the same names, which meant they overwrote each others' files. Oops.
2012-01-01add config file support to verification-testLars Wirzenius1-7/+19
This will be useful for testing locking.
2011-12-29add a preliminary verification test scriptLars Wirzenius1-0/+106