suneet-s commented on code in PR #15833:
URL: https://github.com/apache/druid/pull/15833#discussion_r1482014666
##########
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:
Why not validate the segment files are deleted in the test above so we don't
need to run this twice.
--
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]