summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/filestorage/deletebuckettest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Ensure commands are processed before shutting down persistence threadsTor Brede Vekterli2018-04-271-23/+27
| | | | | | | Prevents race condition where test cleanup closes persistence threads while there are still enqueued operations. Normally the content layer shall ensure that all enqueued operations are aborted before reaching this step, but this does not take place in the simplified testing setup.
* Move test function makeDocumentBucket to document module.Tor Egge2017-10-201-2/+2
|
* Take document::Bucket instead of document::BucketId as constructorTor Egge2017-10-171-1/+4
| | | | argument to storage commands that inherit from BucketCommand.
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Update copyright headers"Jon Bratseth2017-06-141-1/+1
|
* Update copyright headersJon Bratseth2017-06-141-1/+1
|
* Revert "Copyright header"Jon Bratseth2017-06-131-1/+1
|
* Copyright headerJon Bratseth2017-06-131-1/+1
|
* Checkpount for removing fastos from testsHenning Baldersheim2017-06-011-1/+0
|
* Finished with the storage dependency mess cleanup.Arnstein Ressem2016-10-121-2/+2
|
* PublishJon Bratseth2016-06-151-0/+63