summaryrefslogtreecommitdiffstats
path: root/clustercontroller-core
diff options
context:
space:
mode:
authorHarald Musum <musum@yahooinc.com>2022-09-19 21:38:04 +0200
committerHarald Musum <musum@yahooinc.com>2022-09-19 21:38:04 +0200
commit76e4699558a2648e1550d69110ff36a96840776f (patch)
treecd91e16f8994611e4557296bee13a3758e15686c /clustercontroller-core
parent5609231a42961235bbdb041922a3b026401a8d30 (diff)
Remove unnecessary/useless test
Diffstat (limited to 'clustercontroller-core')
-rw-r--r--clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/RpcServerTest.java20
1 files changed, 0 insertions, 20 deletions
diff --git a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/RpcServerTest.java b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/RpcServerTest.java
index 41874b9a224..d120dc06c9f 100644
--- a/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/RpcServerTest.java
+++ b/clustercontroller-core/src/test/java/com/yahoo/vespa/clustercontroller/core/RpcServerTest.java
@@ -78,26 +78,6 @@ public class RpcServerTest extends FleetControllerTest {
slobrok.stop();
}
- /**
- * For some reason, the first test trying to set up a stable system here occasionally times out.
- * The theory is that some test run before it does something that is not cleaned up in time.
- * Trying to add a test that should provoke the failure, but not fail due to it to see if we can verify that
- * assumption.
- *
- * (testRebinding() does not seem to be that test. Tests in StateChangeTest that runs before this test tests very
- * similar things, so strange if it should be from them too though. Maybe last test there.
- */
- @Test
- void testFailOccasionallyAndIgnoreToSeeIfOtherTestsThenWork() {
- try {
- startingTest("RpcServerTest::testFailOccasionallyAndIgnoreToSeeIfOtherTestsThenWork");
- setUpFleetController(true, defaultOptions("mycluster"));
- setUpVdsNodes(true);
- waitForStableSystem();
- } catch (Throwable t) {
- }
- }
-
@Test
void testGetSystemState() throws Exception {
LogFormatter.initializeLogging();