georgew5656 commented on code in PR #15833:
URL: https://github.com/apache/druid/pull/15833#discussion_r1483015606


##########
integration-tests-ex/cases/src/test/java/org/apache/druid/testsEx/indexer/ITAzureV2ParallelIndexTest.java:
##########
@@ -49,4 +49,13 @@ public void testAzureIndexData(Pair<String, List<?>> 
azureInputSource) throws Ex
   {
     doTest(azureInputSource, new Pair<>(false, false), "azureStorage");
   }
+
+
+  @Test
+  @Parameters(method = "resources")
+  public void testAzureIndexData_kill(Pair<String, List<?>> azureInputSource) 
throws Exception
+  {
+    String dataSource = doTest(azureInputSource, new Pair<>(false, false), 
"azureStorage");
+    
AbstractAzureInputSourceParallelIndexTest.validateAzureSegmentFilesDeleted("segments"
 + "/" + dataSource);

Review Comment:
   i wasn't sure if that was overloading the definition of the test but i can 
do that



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to