kfaraz commented on code in PR #18622:
URL: https://github.com/apache/druid/pull/18622#discussion_r2431533811


##########
embedded-tests/src/test/java/org/apache/druid/testing/embedded/indexer/IndexerTest.java:
##########
@@ -238,15 +236,14 @@ public void testMERGEIndexData() throws Exception
   @Test
   public void testIndexDataAwaitSegmentAvailability() throws Exception
   {
-    try (
-        final Closeable ignored1 = unloader(INDEX_DATASOURCE + 
config.getExtraDatasourceNameSuffix());
-    ) {
+    final String indexDatasource = dataSource;
+    try (final Closeable ignored1 = unloader(indexDatasource)) {
       final Function<String, String> transform = spec -> {
         try {
           return StringUtils.replace(
               spec,
               "%%SEGMENT_AVAIL_TIMEOUT_MILLIS%%",
-              jsonMapper.writeValueAsString("600000")
+              jsonMapper.writeValueAsString("120000")

Review Comment:
   I must have done it while testing. I have reverted it now as it is not 
needed.



-- 
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