dimas-b opened a new issue, #524: URL: https://github.com/apache/polaris/issues/524
### Is your feature request related to a problem? Please describe. Currently integration tests use `TestEnvironmentExtension` that is intended to provide multiple execution environments, but at the same time depend on `DropwizardExtensionsSupport` that automatically starts a local DW server. ### Describe the solution you'd like * Sharable suite of tests that can be executed against different Polaris servers. * Polaris Server lifecycle delegated to the test environment. * CI continues to use Dropwizard for integration tests, but in a "backbox" manner (tweaking only via standard config options). ### Describe alternatives you've considered _No response_ ### Additional context _No response_ -- 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]
