aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java
Commit message (Collapse)AuthorAgeFilesLines
...
| * 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
| | | | wait(0) will wait indefinitely
* 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
| | | | | Throw instead of logging when trying to start a fleetcontroller that has already been started
* 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
|
* Use 3 fleet controllers in test, add simpler test with 5 controllersHarald Musum2022-09-091-23/+12
|
* Merge pull request #23973 from vespa-engine/hmusum/cleanup-29Henning Baldersheim2022-09-0810-91/+84
|\ | | | | Cluster controller cleanup, part 13 [run-systemtest]
| * Use a list of fleet controllers in test superclassHarald Musum2022-09-0810-91/+84
| |
* | Remove unused and undocumented partition state request supportHarald Musum2022-09-073-85/+7
|/
* Remove support for 'setsystemstate2' RPC method in cluster controllerHarald Musum2022-09-0512-228/+49
|
* Exgtract CleanupZookeeperLogsOnSuccess into its own classHarald Musum2022-09-0114-30/+52
|
* Revert unintended timeout change in a previous commitHarald Musum2022-09-011-1/+1
|
* Use node type instead of boolean, simplifyHarald Musum2022-09-0111-46/+50
|
* Remove support for getnodestate RPC methodHarald Musum2022-09-011-24/+3
| | | | Has not been used for a long, long time (Vespa 4.1)
* Make FleetControllerOptions immutable and support builder patternHarald Musum2022-08-3115-419/+437
|
* Make sure to handle InterruptedException, otherwise tests might run foreverHarald Musum2022-08-311-0/+1
|
* Always return valid json as host infoHarald Musum2022-08-311-1/+1
|
* Always return valid json as host infoHarald Musum2022-08-311-2/+2
|
* Require non-null status page serverHarald Musum2022-08-292-2/+8
|
* Clean up a bitHarald Musum2022-08-231-41/+36
|
* Minor refactoring of method for waiting for no master fleetcontrollerHarald Musum2022-08-221-6/+9
|
* Fix typo in method nameHarald Musum2022-08-223-9/+9
|
* Remove duplicated codeHarald Musum2022-08-222-14/+2
|
* Revert "Cluster controller unit test cleanup, part 4 [run-systemtest]"Harald Musum2022-08-226-76/+116
|