-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix failures in iceberg cloud tests #24561
Fix failures in iceberg cloud tests #24561
Conversation
4559d48
to
9e18af1
Compare
/test-with-secrets sha=9e18af13e7f8d91fa73d491e162ebca2505cf2b4 |
The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/12465571534 |
9e18af1
to
a1b9d90
Compare
added missing @test annotation |
/test-with-secrets sha=a1b9d9067fd24eb591015bfcb34874f85aed7663 |
The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/12467791284 |
Run with secrets is green. |
public void testIcebergTablesFunction() | ||
{ | ||
assertThatThrownBy(super::testIcebergTablesFunction) | ||
.hasMessageContaining("schemaPath is not supported for Iceberg snowflake catalog"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Snowflake catalog supports iceberg_tables
function, right? Skipping the entire test doesn't make sense to me. We could run this function without additional schema creation.
Description
Fixes ci failures introduced by #24469
Additional context and related issues
Release notes
( ) This is not user-visible or is docs only, and no release notes are required.
( ) Release notes are required. Please propose a release note for me.
( ) Release notes are required, with the following suggested text: