aboutsummaryrefslogtreecommitdiffstats
path: root/storage/src/tests/distributor/bucketstateoperationtest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Use espalib::system_time instead of framework::MilliSecTime for OperationHenning Baldersheim2023-02-071-4/+4
|
* Revert "Øess use of getSeconds/getMicroSeconds/getMilliSeconds."Henning Baldersheim2023-02-071-4/+4
|
* Øess use of getSeconds/getMicroSeconds/getMilliSeconds.Henning Baldersheim2023-02-051-4/+4
|
* Update 2017 copyright notices.gjoranv2021-10-071-1/+1
|
* Rename Distributor to TopLevelDistributor.Geir Storli2021-09-061-1/+1
|
* Rewrite per stripe tests to use DistributorStripeTestUtil instead of ↵Geir Storli2021-08-251-2/+2
| | | | DistributorTestUtil.
* add ClusterContext APIArne Juul2020-12-161-13/+13
| | | | | | * instead of asking various components for clustername (as reference to string) and then taking the pointer to it, add an API for getting the pointer which has the correct contract documented.
* - Wire the clustername through as a reference to avoid referencing temporaries.Henning Baldersheim2020-12-111-4/+4
|
* As we have have now removed the expensive Route member we can further ↵Henning Baldersheim2020-11-261-10/+9
| | | | | | | | | | compact the message objects. - Compact StorageMessageAddress to 16 bytes by - using reference to cluster name. - Use small enums for protocol and node type. - Avoid having StorageMessage as separate allocation. - Avoid default values
* Convert remaining CppUnit tests to GTestTor Brede Vekterli2019-06-251-135/+88
| | | | | | Move base message sender stub out to common test module to avoid artificial dependency from persistence tests to the distributor tests.
* Use document::Bucket in ideal state operation.Tor Egge2017-10-261-4/+7
|
* Add ready state to bucket meta info printingTor Brede Vekterli2017-06-191-5/+5
|
* 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
|
* - Optimize includes.Henning Baldersheim2017-04-251-5/+2
| | | | | - Move htmltable code to implementation file and add add override. - No virtual on override.
* Revert "Balder/enforce override 2"Arne H Juul2017-04-241-2/+5
|
* Including storage now builds fine with override enforcement.Henning Baldersheim2017-04-231-5/+2
|
* add override in storage testsArne H Juul2017-04-111-2/+2
|
* Further decouple some hpp files, config and the attributevector.Henning Baldersheim2016-12-201-2/+2
|
* PublishJon Bratseth2016-06-151-0/+251