summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/processalltest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add count metric for number of documents garbage collectedTor Brede Vekterli2020-02-241-2/+10
| | | | | | | | | | | | | | | New distributor metric available as: ``` vds.idealstate.garbage_collection.documents_removed ``` Add documents removed statistics to `RemoveLocation` responses, which is what GC is currently built around. Could technically have been implemented as a diff of before/after BucketInfo, but GC is very low priority so many other mutating ops may have changed the bucket document set in the time span between sending the GC ops and receiving the replies. This relates to issue #12139
* Followup on code comments.Henning Baldersheim2020-01-231-1/+1
|
* Use a single chunkHenning Baldersheim2020-01-231-27/+26
|
* Convert persistence tests from CppUnit to GTestTor Brede Vekterli2019-06-121-102/+46
|
* 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-7/+10
| | | | 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
|
* PublishJon Bratseth2016-06-151-0/+262