summaryrefslogtreecommitdiff
path: root/yarns/0050-multiple-clients.yarn
AgeCommit message (Collapse)AuthorFilesLines
2014-03-21Fix test suite failures on TMPDIR without user xattrLars Wirzenius1-3/+3
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-06Add test for bug found recentlyLars Wirzenius1-0/+16
2014-01-26Fix file restore, add xattr value change testLars Wirzenius1-4/+4
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-24Convert anyone-list-clients cmdtest to yarnLars Wirzenius1-0/+15
2014-01-12Add test for multiple clients sharing a repositoryLars Wirzenius1-0/+40
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.