summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Restore isControlledShutdown and simplify tests a bitHarald Musum2023-04-101-13/+14
* | Allow more than 1 group in a content to be down at the same timeHarald Musum2023-03-301-11/+132
* | Fix bug in distributuon config generationHarald Musum2023-03-301-1/+2
|/
* MInor changes after code reviewHarald Musum2023-03-291-6/+5
* Simplify NodeStateChangeChecker constructorHarald Musum2023-03-292-13/+9
* Simplify now that we can create HierarchicalGroupVisiting in constructorHarald Musum2023-03-291-14/+5
* Use correct redundancy and don't set active_per_leaf_groupHarald Musum2023-03-291-4/+3
* Make sure to make correct config for flat clusters (1 group)Harald Musum2023-03-291-3/+23
* Create real distribution config for all testsHarald Musum2023-03-291-52/+50
* Merge pull request #26606 from vespa-engine/hmusum/add-config-for-max-number-...Harald Musum2023-03-283-14/+12
|\
| * Add config for max number of content groups allowed to be downHarald Musum2023-03-283-14/+12
* | Simplify and add todo about removing disk_distribution in Vespa 9Harald Musum2023-03-281-8/+1
|/
* Remove unused slobrok backoff policyHarald Musum2023-03-272-10/+1
* Remove stale commentHarald Musum2023-03-271-1/+0
* Move test code to test classHarald Musum2023-03-261-2/+44
* More cleanupHarald Musum2023-03-261-17/+22
* Remove argument that is always falseHarald Musum2023-03-261-11/+2
* Cleanup and simplify testsHarald Musum2023-03-261-132/+141
* Remove unstable test that tests a class that is only used in unit testsHarald Musum2023-01-261-21/+3
* Don't swallow exceptionHarald Musum2023-01-042-2/+2
* Revert unintended change of log levelHarald Musum2023-01-021-1/+1
* Rename and document to make waiting requests code clearerHarald Musum2023-01-021-9/+12
* StatusPageServerInterface has just one implementation, simplifyHarald Musum2022-12-283-9/+3
* Remove unused methodHarald Musum2022-12-261-4/+0
* Avoid having two almost equal methods, collapse into oneHarald Musum2022-12-252-21/+9
* Rename method and simplifyHarald Musum2022-12-251-11/+6
* Revert "Revert collect(Collectors.toList())"Henning Baldersheim2022-12-043-5/+5
* Revert collect(Collectors.toList())Henning Baldersheim2022-12-043-5/+5
* collect(Collectors.toList()) -> toList()Henning Baldersheim2022-12-023-5/+5
* Fix more testsjonmv2022-10-227-343/+437
* Replace jettison with jacksonjonmv2022-10-212-95/+94
* Make sure we don't call wait() with 0 as argumentHarald Musum2022-09-212-6/+9
* Set slobrok connection specs in constructorHarald Musum2022-09-201-2/+1
* Remove unnecessary/useless testHarald Musum2022-09-191-20/+0
* Simplify: Require wait task to be non-nullHarald Musum2022-09-192-24/+32
* Create supervisor only in tests that uses itHarald Musum2022-09-196-35/+68
* Throw instead of loggingHarald Musum2022-09-151-5/+6
* Cleanup by using supervisor in superclassHarald Musum2022-09-155-62/+6
* SimplifyHarald Musum2022-09-151-23/+23
* SimplifyHarald Musum2022-09-151-5/+1
* Add note about zookeeper server addressHarald Musum2022-09-151-1/+2