summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
Commit message (Expand)AuthorAgeFilesLines
* Add method to use Duration as timeout to make unit explicit, and avoid many m...Henning Baldersheim2022-08-126-62/+61
* getSeconds() -> timeoutInSeconds()Harald Musum2022-08-123-6/+6
* Make sure to get timeout in seconds as a doubleHarald Musum2022-08-128-45/+48
* Split out some RPC request methodsHarald Musum2022-08-121-56/+34
* Use one timeout and cleanup timeout usage a bitHarald Musum2022-08-1111-112/+116
* Always breaks out of loop in first iteration, so just remove loopHarald Musum2022-08-111-26/+22
* SimplifyHarald Musum2022-08-112-19/+10
* Change indentation in output to make it easier to readHarald Musum2022-08-111-3/+4
* Remove the need for storing an instance variable in FleetControllerTestHarald Musum2022-08-114-19/+20
* SimplifyHarald Musum2022-08-112-19/+12
* Extract method for getting slobrok connection specsHarald Musum2022-08-114-18/+15
* Disable unstable testHarald Musum2022-08-101-0/+2
* Use correct equals methodHarald Musum2022-08-101-3/+4
* Check correct argumentHarald Musum2022-08-101-4/+3
* Remove unused argumentHarald Musum2022-08-102-17/+9
* Simplify and cleanupHarald Musum2022-08-102-48/+27
* Move html generation to handlerHarald Musum2022-08-103-83/+85
* Simplify and cleanupHarald Musum2022-08-102-59/+16
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-2954-1290/+1278
* Set project version to 8-SNAPSHOTgjoranv2022-06-081-2/+2
* install_jar CMake functionHåkon Hallingstad2022-05-201-1/+1
* Don't embed annotations in osgi bundlesBjørn Christian Seime2022-05-041-0/+6
* 5 attempts for unstable unit tests in clutsercontroller-corejonmv2022-04-261-1/+1
* Merge pull request #22225 from vespa-engine/jonmv/clustercontroller-core-test...Håkon Hallingstad2022-04-224-63/+12
|\
| * 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
| * Try to run tests up to three times, and remove unused profilejonmv2022-04-221-36/+1
* | Fix reference to storeWantedStatesHåkon Hallingstad2022-04-211-2/+2
* | Improve test method nameHåkon Hallingstad2022-04-211-1/+1
* | Remove completed TODOHå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-2025-117/+155
* | Remove redundant parameters from ZooKeeperDatabase constructorHåkon Hallingstad2022-04-197-32/+23
* | Use plural for methods returning collectionHåkon Hallingstad2022-04-1918-72/+72
* | ZooKeeperPathsHåkon Hallingstad2022-04-193-47/+66
|/
* Revert "Merge pull request #22072 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-091-0/+1
* Revert "Merge pull request #22068 from vespa-engine/jonmv/unify-hostname-clas...jonmv2022-04-081-1/+0
* Move ID part to HostName in config-provisioningjonmv2022-04-081-0/+1
* 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
* Failing to find zk system state aborts tick [run-systemtest]Håkon Hallingstad2021-12-142-14/+15
* Use FleetControllerContext in ZooKeeperDatabaseHåkon Hallingstad2021-12-1316-110/+195
* Update 2019 Oath copyrights.gjoranv2021-10-274-4/+4
* Log version to complete remote taskHåkon Hallingstad2021-10-253-2/+12
* Remove config generation -1/0 from CC at :19050/status/<clustername>/configHåkon Hallingstad2021-10-209-43/+22
* Revert changes to config generationHåkon Hallingstad2021-10-209-29/+45
* Fixes after review roundHåkon Hallingstad2021-10-1912-95/+90
* Improve logging of FleetController and DatabaseHandlerHåkon Hallingstad2021-10-1520-255/+370
* Some optimizations of RpcServerTestHåkon Hallingstad2021-10-144-22/+31
* Reduce running time of MasterElectionTest from 28 to 12sHåkon Hallingstad2021-10-142-1/+11