clintropolis commented on a change in pull request #6272: Add 
suspend|resume|terminate all supervisors endpoints.
URL: https://github.com/apache/incubator-druid/pull/6272#discussion_r221375195
 
 

 ##########
 File path: 
indexing-service/src/test/java/org/apache/druid/indexing/overlord/supervisor/SupervisorResourceTest.java
 ##########
 @@ -336,18 +326,9 @@ public void testSpecSuspend()
     Assert.assertEquals(ImmutableMap.of("error", "[my-id] is already 
suspended"), response.getEntity());
   }
 
-
-
   @Test
   public void testSpecResume()
   {
-    TestSupervisorSpec suspended = new TestSupervisorSpec("my-id", null, null, 
true) {
-      @Override
-      public List<String> getDataSources()
-      {
-        return Collections.singletonList("datasource1");
-      }
-    };
 
 Review comment:
   Same

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to