aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test
Commit message (Expand)AuthorAgeFilesLines
* Add metric for number of nodes not converged to the latest cluster state versionTor Brede Vekterli10 days4-9/+85
* Emit single metric for how out of sync the cluster data isTor Brede Vekterli2024-05-066-6/+150
* Replace all usages of Arrays.asList with List.of where possible.Henning Baldersheim2024-04-122-4/+5
* Unify on Set.ofHenning Baldersheim2024-04-111-4/+3
* Unify on Map.ofHenning Baldersheim2024-04-113-8/+7
* Explicitly report docs, tombstones and buckets in disallow-messageTor Brede Vekterli2024-01-291-2/+2
* Use stored entry count rather than bucket count for (dis-)allowing permanent ...Tor Brede Vekterli2024-01-261-102/+131
* Use fake ZooKeeper database implementation for subset of CC testsTor Brede Vekterli2023-12-044-8/+159
* Move Jackson util from vespajlib to container-core.Henning Baldersheim2023-11-241-1/+1
* jackson 2.16 changes some of its default settings so we consolidate our use o...Henning Baldersheim2023-11-233-11/+11
* Update copyrightJon Bratseth2023-10-0981-80/+82
* Consolidate hamcrest usage to 2.x and remove cthul-matchersBjørn Christian Seime2023-08-299-18/+1
* Add content cluster name to generated feed block messageTor Brede Vekterli2023-07-262-28/+30
* Make generated automatic feed block error messages more user-friendlyTor Brede Vekterli2023-07-263-34/+49
* Check min replication seen from all distributors that are UPHarald Musum2023-07-171-1/+1
* Fix minor issues after code reviewsHarald Musum2023-07-171-2/+0
* Check redundancy also for groups that are upHarald Musum2023-07-161-18/+27
* Renames and minor refactorings, no funcational changesHarald Musum2023-07-092-109/+109
* SimplifyHarald Musum2023-07-051-1/+1
* Minor refactoring and start of some new testHarald Musum2023-07-051-11/+32
* Move fetchStatusPageHarald Musum2023-06-191-0/+30
* ModernizeHarald Musum2023-06-071-3/+4
* Require non-null MetricUpdaterHarald Musum2023-06-052-16/+7
* Add back some testing of getMaster()Harald Musum2023-06-051-0/+60
* Remove support for RPC method getMaster, only used in testsHarald Musum2023-06-052-135/+1
* Simplify and remove some test methodsHarald Musum2023-06-015-25/+16
* ZooKeeper is always used, simplifyHarald Musum2023-06-013-35/+9
* Require non-null zooKeeperServerAddress in FleetControllerOptionsHarald Musum2023-06-014-125/+134
* Copy options when reconfiguringHarald Musum2023-06-011-20/+10
* Require distribution to be non-null and fix testsHarald Musum2023-05-261-0/+1
* Remove RPC method only used in testsHarald Musum2023-05-261-44/+1
* Simplify and minor cleanupHarald Musum2023-05-151-125/+133
* Avoid duplicating codeHarald Musum2023-05-133-23/+21
* Set waiter in createFleetControllerHarald Musum2023-05-131-4/+4
* Create slobrok in constructor and simplify setupHarald Musum2023-05-1211-50/+45
* Inject timer from test classes instead of inheritingHarald Musum2023-05-1213-124/+152
* Move methodHarald Musum2023-05-122-10/+11
* Fix exception messageHarald Musum2023-05-121-1/+1
* Remove testname and logging related to starting and stoppingHarald Musum2023-05-1210-59/+7
* Remove advanceTime callHarald Musum2023-05-121-1/+0
* Minor cleanupHarald Musum2023-05-0814-40/+20
* Implement toString for implementations of UnitStateHarald Musum2023-04-201-0/+3
* FIx retiredOrNotUpGroups()Harald Musum2023-04-181-1/+1
* Handle case where a node has another description for wanted stateHarald Musum2023-04-181-11/+24
* Check state down later and simplifyHarald Musum2023-04-171-5/+28
* Parameterize testsHarald Musum2023-04-141-109/+140
* Merge branch 'master' into hmusum/allow-groups-to-be-downHarald Musum2023-04-141-1/+1
|\
| * Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-131-9/+25
| * Fix bug in distributuon config generationHarald Musum2023-04-131-1/+2
* | Reimplement checking of other nodes and nodes in groups being not upHarald Musum2023-04-121-3/+3