summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/attribute/attributeflush_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rewrite searchcore attribute flush unit test to gtest.Tor Egge2024-03-111-151/+77
* Move `HwInfo` from `proton` namespace to `vespalib`Tor Brede Vekterli2023-11-011-0/+1
* Update copyrightJon Bratseth2023-10-091-1/+1
* Prefer std::filesystem::exists over FastOS_StatInfoHenning Baldersheim2023-07-251-7/+8
* Unify on system_time from chrono for file modification time.Henning Baldersheim2023-03-011-4/+3
* Reduce transitive includes.Henning Baldersheim2023-03-011-0/+1
* Change from typedef to using in searchcore.Geir Storli2022-12-211-4/+4
* Remove stacksize from the thread pools and thread executors.Henning Baldersheim2022-12-201-3/+3
* Remove most use of vespalib::rmdir in searchcore.Tor Egge2022-06-021-5/+5
* Include searchcommon/attribut/config.h yourself and prepare for hiding large ...Henning Baldersheim2022-05-251-0/+1
* Make the attribute enum change interlock shared between all document dbs.Geir Storli2022-03-171-3/+5
* Add DoneCallback to heartBeat so it can be tested without relying on sync.Henning Baldersheim2021-11-301-2/+3
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
* Use an enum to avoid dangerous implicit type conversionHenning Baldersheim2021-02-271-1/+1
* Put all params for commit into a single CommitParam structHenning Baldersheim2021-02-271-10/+10
* use size literals in searchcoreArne Juul2021-02-151-2/+3
* Use vespalib::duration for timeoutsHenning Baldersheim2021-01-311-0/+1
* Reduce test time for searchcore_attributeflush_test_app.Tor Egge2021-01-081-2/+2
* Wire in use of flush tokens for flush targets.Tor Egge2021-01-061-13/+14
* Use ForegroundThreadExecutor in unit tests.Geir Storli2020-06-251-4/+5
* Expose the shared executor via attribute manager interface.Geir Storli2020-06-251-1/+4
* Move sequenced task executors to staging vespalibHenning Baldersheim2020-04-041-1/+1
* Replace UTCTimeStamp with std::chrono::system_clock::time_pointHenning Baldersheim2019-12-051-8/+10
* timeSinceEpoch -> time_since_epoch.Henning Baldersheim2019-12-051-5/+5
* Specify UTC explicitHenning Baldersheim2019-11-181-7/+7
* Stop exposing low-level data store out of enum store.Geir Storli2019-09-101-1/+1
* Collapse EnumStoreBase into EnumStoreT in preparation for replacing underlyin...Geir Storli2019-08-281-1/+2
* Also update compaction count for old style compaction.Tor Egge2019-08-271-1/+1
* Test that flushed sync token is not updated when attribute flush fails.Tor Egge2019-08-261-0/+29
* Add type casts and adjust format strings in searchcore module.Tor Egge2019-03-141-0/+2
* Rewrite test to enure AttributeWriter is given a fully populated AttributeMan...Henning Baldersheim2018-06-171-7/+6
* DeinlineHenning Baldersheim2018-05-111-2/+3
* Add num cpu cores to HwInfo and sample if not specified.Geir Storli2017-10-101-2/+2
* Extend HwInfo with disk size, if disk is shared and memory size and sample si...Geir Storli2017-09-271-3/+3
* Revert "Geirst/reapply fix disk and memory usage sampling for docker"Geir Storli2017-09-221-2/+2
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-211-2/+2
* Revert "Geirst/fix disk and memory usage sampling for docker"Henning Baldersheim2017-09-201-2/+2
* Extend HwInfo with disk size and memory size and sample these if not specifie...Geir Storli2017-09-191-2/+2
* Use std::this_thread::sleep_for instead of FastOS_Thread::SleepHenning Baldersheim2017-08-181-2/+3
* 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
* C++ style fix: Use foo() instead of foo(void)Tor Egge2017-05-241-19/+19
* Merge pull request #2443 from yahoo/geirst/init-handling-of-lid-space-compact...Tor Egge2017-05-181-7/+7
|\
| * Move DirectoryHandler from searchcore to searchlib.Geir Storli2017-05-121-7/+7
* | Avoid flush engine busy loop: set flushed time even if not able to flush.Tor Egge2017-05-181-4/+5
* | Revert "Revert "Toregge/add shrink lid space flush target""Tor Egge2017-05-161-3/+6
* | Revert "Toregge/add shrink lid space flush target"Tor Egge2017-05-151-6/+3