summaryrefslogtreecommitdiffstats
path: root/storageframework/src/tests/thread
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-071-1/+0
|
* Use find_package to find gtest library.Tor Egge2020-06-291-1/+2
|
* 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-273-103/+48
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Update copyright headers"Jon Bratseth2017-06-143-3/+3
|
* Update copyright headersJon Bratseth2017-06-143-3/+3
|
* Revert "Copyright header"Jon Bratseth2017-06-133-3/+3
|
* Copyright headerJon Bratseth2017-06-133-3/+3
|
* no virtual on override + optimize includes.Henning Baldersheim2017-04-262-9/+5
|
* Revert "Balder/enforce override 2"Arne H Juul2017-04-242-5/+9
|
* Use overrideHenning Baldersheim2017-04-232-9/+5
|
* add override in storageframework moduleArne H Juul2017-04-102-7/+7
|
* deiniline destructorsHenning Baldersheim2017-03-091-17/+25
|
* include only what you need.Henning Baldersheim2016-12-191-1/+0
|
* Targeted includeHenning Baldersheim2016-12-121-4/+2
|
* Fixed some of the libraries.Arnstein Ressem2016-10-031-0/+1
|
* PublishJon Bratseth2016-06-154-0/+448