summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests
Commit message (Collapse)AuthorAgeFilesLines
* - Use std::mutex/std::condition_varaible over vespalib::Monitor.Henning Baldersheim2020-10-131-22/+12
| | | | - use vespa::duration over storage::framework::XXXTime.
* Consolidate search for GTest.Tor Egge2020-07-073-4/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-293-3/+7
|
* Fix taskinfo printing in storageframework ticking thread test.Tor Egge2020-04-231-1/+1
|
* Remove test of error handling anti-patternTor Brede Vekterli2020-04-171-15/+0
| | | | | Invariant violations should be assertions and not exceptions, so no point in testing that this is handled gracefully.
* FastOS_THread::Sleep -> std::chrono::sleep_forHenning Baldersheim2019-12-041-14/+16
| | | | | Renamed Timer -> ScheduledExecutor. Do not include thread.h when not needed in header files.
* Use ASSERT_TRUE() where appropriate.Geir Storli2019-05-271-1/+1
|
* Rewrite storageframework tests from cppunit to gtest.Geir Storli2019-05-275-129/+49
|
* Remove empty test.Geir Storli2019-05-274-36/+0
|
* stop using python script for cppunit testsArne Juul2019-03-261-3/+1
|
* Add '()' to macro definition.Geir Storli2019-03-011-1/+1
|
* Simplify.Geir Storli2019-03-011-1/+0
|
* Reduce code duplication in gtest runners.Geir Storli2019-02-221-8/+2
|
* Add gtest runner in storageframework and migrate timetest from CppUnit to gtest.Geir Storli2019-02-185-48/+59
|
* Remove memory manager component from content layerTor Brede Vekterli2017-12-045-580/+0
| | | | | | | | | | | | | | We already have resource utilization tracking in both MessageBus and the search core. The memory manager has never been auto-scaled based on the hardware present and adds a _lot_ of complexity without having any known instances where it has actually saved the day. Removing it also removes a mutex on the message hot path. If we need such functionality in the future, should design a lock-free solution. Cleanup
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Update copyright headers"Jon Bratseth2017-06-1412-12/+12
|
* Update copyright headersJon Bratseth2017-06-1412-12/+12
|
* Revert "Copyright header"Jon Bratseth2017-06-1312-12/+12
|
* Copyright headerJon Bratseth2017-06-1312-12/+12
|
* no virtual on override + optimize includes.Henning Baldersheim2017-04-266-23/+11
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-246-11/+23
|
* Use overrideHenning Baldersheim2017-04-236-23/+11
|
* add override in storageframework moduleArne H Juul2017-04-105-21/+20
|
* remove most usage of LinkedPtr from vespaHaavard2017-03-271-3/+3
|
* deiniline destructorsHenning Baldersheim2017-03-091-17/+25
|
* include only what you need.Henning Baldersheim2016-12-195-7/+1
|
* Targeted includeHenning Baldersheim2016-12-122-5/+3
|
* TypoVegard Sjonfjell2016-11-171-1/+1
|
* Add testrunner dependencies to parallelized testsVegard Sjonfjell2016-11-171-0/+1
|
* Parallize cppunit test runner test suites using cppunit-parallelize.pyVegard Sjonfjell2016-11-161-1/+6
|
* Fixed some of the libraries.Arnstein Ressem2016-10-035-1/+4
|
* Declared test executables as tests with TEST parameterVegard Sjonfjell2016-06-161-1/+1
|
* PublishJon Bratseth2016-06-1517-0/+1193