aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/persistence/persistencequeuetest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
* Support dynamic throttling of async persistence operationsTor Brede Vekterli2022-01-101-17/+17
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* GC LoadTypeSetHenning Baldersheim2020-11-271-2/+0
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-2/+3
* GC unused disk dimension.Henning Baldersheim2020-10-201-1/+1
* Split the persistence thread and the message handler.Henning Baldersheim2020-10-191-3/+2
* Change FileStorHandler into an interface that FileStorHandlerImpl implements.Geir Storli2020-10-161-2/+2
* GC disk related code.Henning Baldersheim2020-10-151-24/+22
* Remove partitions from SPI.Tor Egge2020-10-141-3/+3
* Use MonitorGuard -> std::mutex/std::condition_variable and signal without hol...Henning Baldersheim2020-10-121-1/+1
* Use named constants instead of strings sprinkled all over.Henning Baldersheim2020-08-041-4/+3
* Remove batching of messages that has no effect in favor of making async opera...Henning Baldersheim2020-04-271-15/+0
* Convert persistence tests from CppUnit to GTestTor Brede Vekterli2019-06-121-50/+32
* Fix format strings in storage module.Tor Egge2019-03-121-2/+2
* Test operation batch barrier with different lock modesTor Brede Vekterli2018-07-161-0/+17
* Add tests of shared/exclusive persistence queue lockingTor Brede Vekterli2018-07-161-46/+133
* Move averargeQ time to Stripe.Henning Baldersheim2018-04-101-2/+1
* Stripe the operations on bucketid to provide for a more efficient thread hand...Henning Baldersheim2018-04-091-4/+4
* Clean out priority blocking stuff in PersistenceThreadHenning Baldersheim2018-03-191-3/+1
* Remove thread priority concept, has not added anything but complexity for a v...Henning Baldersheim2018-03-191-8/+6
* 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
* 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/+103