aboutsummaryrefslogtreecommitdiffstats
path: root/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/UpEdgeMaintenanceTransitionConstraintTest.java
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrightJon Bratseth2023-10-091-1/+1
|
* Convert clustercontroller-core to junit5Bjørn Christian Seime2022-07-291-8/+8
|
* Update 2018 copyright notices.gjoranv2021-10-071-1/+1
|
* More descriptive test namesTor Brede Vekterli2018-03-081-5/+5
|
* Add a simple maintenance state transition constraint for nodes in default spaceTor Brede Vekterli2018-03-081-0/+46
Avoids transitioning an already up/init/retired node to maintenance mode when global merges are pending, but allows transitions when the node is considered down/maintenance in the already published state. Not stateful, so triggers false positives on cluster controller restart edges.