summaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2021-02-16 14:44:30 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2021-02-16 14:44:30 +0100
commit54f327cd85b6119f595ee6bc21768f73cc3c022b (patch)
treeda53fd2e6ebeae4892b894b8a5aa044a2a40a4e8 /orchestrator
parent0399c7f2cf9b75253e91a88e899bab82c36040dd (diff)
Enable group suspension by default [run-systemtest]
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/model/ClusterApiImplTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/model/ClusterApiImplTest.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/model/ClusterApiImplTest.java
index bc621bfc6aa..412a08a8305 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/model/ClusterApiImplTest.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/model/ClusterApiImplTest.java
@@ -114,8 +114,8 @@ public class ClusterApiImplTest {
} catch (HostStateChangeDeniedException e) {
assertThat(e.getMessage(),
containsString("Changing the state of cfg1 would violate enough-services-up: " +
- "Suspension of service with type 'configserver' would increase from 33% to 66%, " +
- "over the limit of 10%. Services down on resumed hosts: [1 missing config server]."));
+ "Suspension of service with type 'configserver' not allowed: 33% are suspended already. " +
+ "Services down on resumed hosts: [1 missing config server]."));
}
flagSource.withBooleanFlag(Flags.GROUP_SUSPENSION.id(), true);