Re: [DISCUSS] TestEnvironmentExtension

2025-01-09 Thread Andrew Guterman
(I touched on this here too: https://github.com/apache/polaris/pull/590#discussion_r1909321366) The desire to have support for different test environments stems from a recognition that a subset of Polaris tests are useful for validating a live deployment of Polaris. The hope is to reuse those test

[DISCUSS] TestEnvironmentExtension

2025-01-06 Thread Dmitri Bourlatchkov
Hi All, I'd like to clarify the role and intended use of TestEnvironmentExtension in the Polaris test codebase. The OSS part of the code that relates to TestEnvironmentExtension does not appear to demonstrate how non-dropwizard environments function. I'd appreciate it if people could share their