flyrain commented on PR #3340:
URL: https://github.com/apache/polaris/pull/3340#issuecomment-3716901063
> ```java
> public class RelationalJdbcAdminProfile extends RelationalJdbcProfile {
> @Override
> public Map<String, String> getConfigOverrides() {...}
>
> @Override
> public List<TestResourceEntry> testResources() {...}
>
> // ADD THIS
> @Override public String getConfigProfile() { return "cli"; }
> }
> ```
>
> The above will make the test run under the `cli` profile and thus solves
the issue. (We might end up needing a `cli-test` profile one day...)
Awesome! Thanks a lot for the suggestion, @adutra! All tests passed now!
--
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]