summaryrefslogtreecommitdiff
path: root/yarns/0100-fuse.yarn
AgeCommit message (Collapse)AuthorFilesLines
2014-12-25Change test for whether to run FUSE testsLars Wirzenius1-2/+2
2014-03-21Fix test suite failures on TMPDIR without user xattrLars Wirzenius1-0/+1
Remove use of extended attributes from some tests. Make the remaining tests be conditional on whether extended attributes actually work in the temporary directory (in the user.* namespace).
2014-03-18Add test case for FUSE bugLars Wirzenius1-0/+23
2014-02-25Test FUSE .pid reading in yarnsLars Wirzenius1-0/+17
2014-02-23Remove the --viewmode settingLars Wirzenius1-1/+1
I'm trying to simplify the code so I can make changes to it. Also, having fewer options is better (despite the fact that Obnam has tons of them already).
2014-01-26Fix file restore, add xattr value change testLars Wirzenius1-1/+1
The single file restore test had a bug, in that it was depending on various test steps to execute fast enough that the wall clock did not advance to the next second. This has been fixed by allowing manifests to be done on single files instead of just directories. Add a test for an extended attribute value changing, and that being the only change in the live data. The backup needs to notice that it has changed. This was intended to be the original change in this commit, but I ran into the test bug above, so I had to fix that too. I was too lazy to detangle the two sets of changes for commits.
2014-01-12Add test for multiple clients sharing a repositoryLars Wirzenius1-6/+6
As part of this, make every repository operation step require an explicit client name. The v6 reference formats have a client name embedded that is the hostname of my laptop, so make those tests use that name. This fixes what would not have run previously on any system that isn't named havelock. Oops.
2014-01-11Add yarn test for pretend backupsLars Wirzenius1-5/+6
Remove cmdtest test for this. To make things clearer in the new test, also change all the steps that use a backup repository to have the user specify it explicitly.
2013-12-05Refactor: remove implicit live data directoryLars Wirzenius1-4/+4
It is just as, if not more, clear, and not much more tedious, to be explicit about this.
2013-12-05Move FUSE tests into new yarn setupLars Wirzenius1-0/+37