suneet-s commented on code in PR #15833:
URL: https://github.com/apache/druid/pull/15833#discussion_r1483106134
##########
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:
Since the integration tests take a long time to run, and this test is
parameterized, I think it is good to try to minimize the run time by
overloading the test in this case.
--
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]