aboutsummaryrefslogtreecommitdiffstats
path: root/orchestrator
diff options
context:
space:
mode:
authorHåkon Hallingstad <hakon@verizonmedia.com>2020-02-05 10:27:28 +0100
committerHåkon Hallingstad <hakon@verizonmedia.com>2020-02-05 10:27:28 +0100
commit9b8ef783978570ec1a405a696a7010a175dceb82 (patch)
tree5aa57189914da17e240903a10a105b5229ce731e /orchestrator
parentbce7312572a0a517ba3c6a03ea63539d27173ed2 (diff)
Remove stray test
Diffstat (limited to 'orchestrator')
-rw-r--r--orchestrator/src/test/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusServiceTest.java10
1 files changed, 0 insertions, 10 deletions
diff --git a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusServiceTest.java b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusServiceTest.java
index df2bf572a71..12622f22837 100644
--- a/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusServiceTest.java
+++ b/orchestrator/src/test/java/com/yahoo/vespa/orchestrator/status/ZookeeperStatusServiceTest.java
@@ -288,16 +288,6 @@ public class ZookeeperStatusServiceTest {
assertThat(suspendedApps, hasItem(TestIds.APPLICATION_INSTANCE_REFERENCE2));
}
- @Test
- public void large_orchestrator_locks() {
- when(context.isProbe()).thenReturn(true);
-
- try (MutableStatusRegistry statusRegistry = zookeeperStatusService
- .lockApplicationInstance_forCurrentThreadOnly(context, TestIds.APPLICATION_INSTANCE_REFERENCE)) {
- statusRegistry.setApplicationInstanceStatus(ApplicationInstanceStatus.ALLOWED_TO_BE_DOWN);
- }
- }
-
//TODO: move to vespajlib
@SafeVarargs
private static <T> List<T> shuffledList(T... values) {