paul-rogers opened a new pull request, #13660: URL: https://github.com/apache/druid/pull/13660
The "old ITs" provide the `DRUID_INTEGRATION_TEST_INDEXER` environment variable to select either a Middle-manager based cluster or an Indexer-based cluster. This PR adds that same support to the new ITs, though in a simplified way. * Support for the DRUID_INTEGRATION_TEST_INDEXER variable * Conditional client cluster configuration * Cleanup of OVERRIDE_ENV file handling * Enforce setting of test-specific env vars * Cleanup of unused bits * Documentation The present implementation was chosen for expedience rather than elegance. There is now a great deal of redundancy in the various Docker compose files. Addressing that is something we can do later using some kind of template. <hr> This PR has: - [X] been self-reviewed. - [X] added documentation for new or modified features or behaviors. - [X] added comments explaining the "why" and the intent of the code wherever would not be obvious for an unfamiliar reader. -- 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]
