abhishekrb19 opened a new pull request, #18816: URL: https://github.com/apache/druid/pull/18816
- The `ForcePushDownNestedQueryTest` is occasionally flaky on master because the MSQ query in `loadWikipediaTable()` can take longer than 10 seconds to finish and for segments to be loaded and available. Other tests such as `QueryVirtualStorageTest` and `EmbeddedDurableShuffleStorageTest` use a 20 second timeout for similar loads, so increasing the timeout here to 20 seconds should address the flakiness. See the [failed](https://productionresultssa19.blob.core.windows.net/actions-results/8a3b9883-9ea6-4cd0-8bc3-1488a1574788/workflow-job-run-1068f1c4-ce65-5618-8001-cf2bca9a5cdc/logs/job/job-logs.txt?rsct=text%2Fplain&se=2025-12-05T18%3A39%3A28Z&sig=zPTboCxyzgjf82V%2BcXOhQ2Ero7tq57HAE3r3PYQRYQc%3D&ske=2025-12-06T02%3A40%3A02Z&skoid=ca7593d4-ee42-46cd-af88-8b886a2f84eb&sks=b&skt=2025-12-05T14%3A40%3A02Z&sktid=398a6654-997b-47e9-b12b-9515b896b4de&skv=2025-11-05&sp=r&spr=https&sr=b&st=2025-12-05T18%3A29%3A23Z&sv=2025-11-05) run: https://github.com/apache/druid/actions/runs/19955328339/ job/57225328413 - Include the timeout value in the error message so the timeout is apparent without needing to inspect the stack trace -- 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]
