kfaraz opened a new pull request, #14856: URL: https://github.com/apache/druid/pull/14856
### Motivation `testMigration` creates about 3k tasks and verifies their migration. This takes around 45s since tasks are updated in batches of 100 after every 1s. The same assertions can be made with a much smaller number of tasks, reducing the test time to 4s. ### Changes - Reduce test time of `SQLMetadataStorageActionHandlerTest.testMigration` - Slightly modify log messages to adhere to Druid style -- 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]
