gh-yzou opened a new issue, #502:
URL: https://github.com/apache/polaris/issues/502

   ### Is your feature request related to a problem? Please describe.
   
   There are a lot of tests uses DropwizardAppExtension to init a 
PolarisApplication, for example:
   ```
   private static final DropwizardAppExtension<PolarisApplicationConfig> EXT =
         new DropwizardAppExtension<>(
             PolarisApplication.class,
             
ResourceHelpers.resourceFilePath("polaris-server-integrationtest.yml"),
             // Bind to random port to support parallelism
             ConfigOverride.config("server.applicationConnectors[0].port", "0"),
             ConfigOverride.config("server.adminConnectors[0].port", "0"),
             // Block overlapping catalog paths:
             
ConfigOverride.config("featureConfiguration.ALLOW_OVERLAPPING_CATALOG_URLS", 
"false"));
   ```
   in PolarisOverlappingCatalogTest.java.
   
   
   ### Describe the solution you'd like
   
   We can refactor the usaage as a util function or base class for maximize 
reuse.
   
   ### 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]

Reply via email to