summaryrefslogtreecommitdiffstats
path: root/storage/src/tests/common
Commit message (Expand)AuthorAgeFilesLines
* Include mutex to get definition of std::mutex.Tor Egge2023-03-161-0/+1
* Add locking for reported node state in TestNodeStateUpdater.Tor Egge2023-03-162-2/+5
* typesafe getLastProcessedTime tooHenning Baldersheim2023-03-011-4/+4
* Ensure we stay with system time until limitation has been lifted in a type sa...Henning Baldersheim2023-02-281-1/+1
* Unify on steady timeHenning Baldersheim2023-02-281-1/+1
* Use vespalib::steady_time for getMilliSecTime to ensure no wraps around and s...Henning Baldersheim2023-02-281-5/+1
* avoid using fastos thread in storageHåvard Pettersen2023-02-241-2/+0
* remove document::RunnableHåvard Pettersen2023-02-201-1/+1
* Reduce use of getSeconds further.Henning Baldersheim2023-02-082-15/+7
* Make getComponentRegister virtual. If not the clang compiler complains about ...Henning Baldersheim2023-02-072-57/+15
* Use getMonotonicTime for metrics testingHenning Baldersheim2023-02-071-15/+11
* Revert "Øess use of getSeconds/getMicroSeconds/getMilliSeconds."Henning Baldersheim2023-02-073-32/+55
* Fix some fallouts after clion refactoringHenning Baldersheim2023-02-051-7/+5
* Annotate overridden getComponentRegisterHenning Baldersheim2023-02-052-17/+12
* Reduce use of getTimeInSecondsHenning Baldersheim2023-02-051-12/+10
* Øess use of getSeconds/getMicroSeconds/getMilliSeconds.Henning Baldersheim2023-02-052-25/+11
* Limit to 1 response thread in test configTor Brede Vekterli2022-12-011-0/+1
* GC old config valuesTor Brede Vekterli2022-12-011-40/+0
* Remove legacy distribution hash fallbackTor Brede Vekterli2022-06-091-62/+2
* Remove '.sum' form vds sum metrics.Henning Baldersheim2022-06-081-15/+14
* Remove most use of vespalib::rmdirTor Egge2022-06-031-2/+2
* - Move persitence/spi/types.h under to persitence/spi/types.hHenning Baldersheim2022-05-181-1/+1
* Make ConfigUri constructors explicit and use same context where possible in p...Henning Baldersheim2022-02-201-1/+1
* Reduce code visibility and include only what you need from config library.Henning Baldersheim2022-02-062-3/+1
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
* Update Verizon Media copyright notices.gjoranv2021-10-072-2/+2
* Update 2017 copyright notices.gjoranv2021-10-0717-17/+17
* Flip to always use the new distributor stripe code path.Geir Storli2021-09-161-1/+12
* Add test of top-level distributor functionalityTor Brede Vekterli2021-08-272-4/+4
* Add validation of the number of distributor stripes from config and add more ...Geir Storli2021-06-011-0/+12
* Add common utils to map from bucket key to stripe and calculcate number of st...Geir Storli2021-05-282-0/+38
* Make distributor timestamp generation thread safeTor Brede Vekterli2021-05-182-3/+3
* Use vespalib::rmdir()Tor Egge2021-02-211-1/+2
* - Reduce visibility of ClusterState and Distribution.Henning Baldersheim2021-02-195-3/+11
* Add ServiceLayerHostInfoReporter.Tor Egge2021-01-202-1/+11
* Fix forward declarations.Tor Egge2021-01-191-1/+1
* Wire in HostInfo to FileStorManager.Tor Egge2021-01-182-2/+7
* - Add an BucketExecutor interface taking a bucket and a BucketTask for execut...Henning Baldersheim2021-01-151-1/+2
* Remove leftovers from removed disk concept.Tor Egge2020-12-081-1/+0
* Merge pull request #15664 from vespa-engine/geirst/decouple-external-operatio...Geir Storli2020-12-052-4/+8
|\
| * Use noexcept for functions that return a reference.Geir Storli2020-12-041-1/+1
| * Remove dependency between ExternalOperationHandler and DistributorComponent.Geir Storli2020-12-032-4/+8
* | Use the super bucket key when resolving which RPC target to use to handle a c...Geir Storli2020-12-042-0/+31
|/
* Revert "Use the super bucket key when resolving which RPC target to use to ha...Jon Marius Venstad2020-12-032-25/+0
* Use the super bucket key when resolving which RPC target to use to handle a c...Geir Storli2020-12-022-0/+25
* GC LoadType and PriorityMapper.Henning Baldersheim2020-11-272-7/+1
* GC LoadTypeSetHenning Baldersheim2020-11-273-12/+1
* Remove loadmetrics indirection.Henning Baldersheim2020-11-261-27/+28
* Name the threads so it is easier to see who is doing what.Henning Baldersheim2020-11-121-9/+11
* Remove unused wrapper type for disk count.Tor Egge2020-11-061-1/+0