MonkeyCanCode commented on code in PR #881:
URL: https://github.com/apache/polaris/pull/881#discussion_r1930624665
##########
regtests/t_cli/src/test_cli.py:
##########
@@ -223,6 +224,25 @@ def test_catalog_storage_config():
checker=lambda s: 's3://fake-location' in s and
'custom-external-id-123' in s)
+ # Create S3 catalog with custom region
+ check_output(root_cli(
Review Comment:
Moved to a different test case. After the quarkus change is stable, we
should consider redo some of those test cases in python to move them to pytest
instead.
--
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]