summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java
Commit message (Expand)AuthorAgeFilesLines
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-2953-1285/+1262
* Merge pull request #22225 from vespa-engine/jonmv/clustercontroller-core-test...Håkon Hallingstad2022-04-223-27/+11
|\
| * Unignore more tests—they look like all the others—and lower timeoutjonmv2022-04-222-5/+1
| * Use fake timer where needed, unignore those tests, and remove fake timer usag...jonmv2022-04-221-22/+10
* | Fix reference to storeWantedStatesHåkon Hallingstad2022-04-211-2/+2
* | Improve test method nameHåkon Hallingstad2022-04-211-1/+1
* | Add unit testHåkon Hallingstad2022-04-201-1/+55
* | Trigger saveWantedState when nodes are removed or orphaned wanted states are ...Håkon Hallingstad2022-04-209-36/+46
* | Remove redundant parameters from ZooKeeperDatabase constructorHåkon Hallingstad2022-04-191-1/+1
* | Use plural for methods returning collectionHåkon Hallingstad2022-04-197-24/+24
|/
* Fix comparison between manually deployed package and not, and remove outdated...Jon Marius Venstad2022-01-131-1/+1
* GC use of deprecated junit assertThat and unifyHenning Baldersheim2021-12-2115-104/+84
* Use FleetControllerContext in ZooKeeperDatabaseHåkon Hallingstad2021-12-139-19/+67
* Remove config generation -1/0 from CC at :19050/status/<clustername>/configHåkon Hallingstad2021-10-206-19/+15
* Revert changes to config generationHåkon Hallingstad2021-10-206-16/+21
* Fixes after review roundHåkon Hallingstad2021-10-195-8/+8
* Improve logging of FleetController and DatabaseHandlerHåkon Hallingstad2021-10-1512-62/+79
* Some optimizations of RpcServerTestHåkon Hallingstad2021-10-143-21/+29
* Reduce running time of MasterElectionTest from 28 to 12sHåkon Hallingstad2021-10-141-0/+6
* Update Verizon Media copyright notices.gjoranv2021-10-0730-30/+30
* Update 2018 copyright notices.gjoranv2021-10-0719-19/+19
* Update 2017 copyright notices.gjoranv2021-10-0732-32/+32
* More lazy debug log message generationJon Marius Venstad2021-04-282-25/+25
* Reapply "add more logging" (new and updated slobrok logging)Arne Juul2021-04-212-0/+2
* Revert "add more logging"Harald Musum2021-04-202-2/+0
* track API change in mockArne Juul2021-04-192-0/+2
* Improve test namesHåkon Hallingstad2021-04-161-4/+4
* Disallow >1 group to suspendHåkon Hallingstad2021-04-162-15/+176
* No longer allow suspension if in maintenanceHåkon Hallingstad2021-04-152-13/+12
* Merge branch 'master' into hmusum/cleanup-7Harald Musum2021-04-084-6/+8
|\
| * Add remote task queue size metric in cluster controllerHåkon Hallingstad2021-04-014-6/+8
* | Cleanup tests a bitHarald Musum2021-04-083-43/+49
* | Fix typo in class nameHarald Musum2021-04-081-1/+1
|/
* Revert "Revert "Avoid safe mutations in master moratorium and increase first ...Håkon Hallingstad2021-03-244-5/+26
* Revert "Avoid safe mutations in master moratorium and increase first cluster ...Håkon Hallingstad2021-03-244-26/+5
* Merge pull request #17085 from vespa-engine/hakonhall/increase-the-minimum-ti...Håkon Hallingstad2021-03-244-5/+26
|\
| * Avoid safe-set-node-state in master moratoriumHåkon Hallingstad2021-03-244-5/+26
* | Revert deferred ZK connectivity for nowTor Brede Vekterli2021-03-221-12/+1
* | Inhibit ZooKeeper connections until our local Slobrok mirror is ready.Tor Brede Vekterli2021-03-192-1/+17
|/
* Guard against ever accidentally publishing a default constructed stateTor Brede Vekterli2021-03-191-16/+16
* use US localeKristian Aune2021-03-191-3/+4
* Revert "Inhibit ZooKeeper connections until our local Slobrok mirror is ready."Tor Brede Vekterli2021-03-182-17/+1
* Merge pull request #17029 from vespa-engine/vekterli/inhibit-db-connectivity-...Tor Brede Vekterli2021-03-182-1/+17
|\
| * Inhibit ZooKeeper connections until our local Slobrok mirror is ready.Tor Brede Vekterli2021-03-182-1/+17
* | Include metrics always.Henning Baldersheim2021-03-121-27/+0
* | Revert "Revert "GC unused DiskState and add the partition metrics to node lev...Henning Baldersheim2021-03-121-0/+10
* | Revert "GC unused DiskState and add the partition metrics to node level."Harald Musum2021-03-121-10/+0
* | GC unused DiskState and add the partition metrics to node level.Henning Baldersheim2021-03-121-0/+10
* | GC unused importHenning Baldersheim2021-03-122-2/+0
|/
* Merge pull request #16926 from vespa-engine/vekterli/dont-store-full-bundle-o...Tor Brede Vekterli2021-03-121-9/+23
|\