aboutsummaryrefslogtreecommitdiffstats
path: root/vdslib/src/tests/state/cluster_state_bundle_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add functionality for creating bundle from existing DistributionTor Brede Vekterli2024-06-141-1/+1
|
* Add distribution config bundle to `ClusterStateBundle` in C++Tor Brede Vekterli2024-06-121-21/+44
| | | | | | | | | | | | | | Move distribution config transforms to vdslib so that the distribution config bundle can contain derived configs for all bucket spaces in one central place. This is part of the prerequisite work needed before we can start pushing distribution config from the cluster controller and rewiring how distribution config is propagated and used in the backends. Also, rename `Distribution::serialize()` to `Distribution::serialized()` since it returns a const ref to a cached serialized form and does not do on-demand serialization.
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* Add feed block status to ClusterStateBundle in C++.Geir Storli2021-01-181-2/+40
|
* Rewrite vdslib tests from cppunit to gtest.Geir Storli2019-05-221-29/+11
|
* Finalize ClusterStateBundle to return derived cluster state if bucket space ↵Geir Storli2018-03-141-0/+77
| | | | | | is found. Add unit tests for ClusterStateBundle.
* Revert "Finalize ClusterStateBundle to return derived cluster state if ↵Harald Musum2018-03-101-77/+0
| | | | bucket…"
* Fix typo.Geir Storli2018-03-091-1/+1
|
* Finalize ClusterStateBundle to return derived cluster state if bucket space ↵Geir Storli2018-03-091-0/+77
is found. Add unit tests for ClusterStateBundle.