Skip to content
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

Merged
merged 1 commit into from
Dec 23, 2024

Conversation

lukasz-stec
Copy link
Member

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:

## Section
* Fix some things. ({issue}`issuenumber`)

@cla-bot cla-bot bot added the cla-signed label Dec 23, 2024
@github-actions github-actions bot added the iceberg Iceberg connector label Dec 23, 2024
@lukasz-stec lukasz-stec force-pushed the ls/2412/05-fix-iceberg-tests branch from 4559d48 to 9e18af1 Compare December 23, 2024 10:40
@raunaqmorarka
Copy link
Member

/test-with-secrets sha=9e18af13e7f8d91fa73d491e162ebca2505cf2b4

Copy link

github-actions bot commented Dec 23, 2024

The CI workflow run with tests that require additional secrets finished as failure: https://github.com/trinodb/trino/actions/runs/12465571534

@lukasz-stec lukasz-stec force-pushed the ls/2412/05-fix-iceberg-tests branch from 9e18af1 to a1b9d90 Compare December 23, 2024 11:16
@lukasz-stec
Copy link
Member Author

added missing @test annotation

@hashhar
Copy link
Member

hashhar commented Dec 23, 2024

/test-with-secrets sha=a1b9d9067fd24eb591015bfcb34874f85aed7663

Copy link

The CI workflow run with tests that require additional secrets has been started: https://github.com/trinodb/trino/actions/runs/12467791284

@hashhar
Copy link
Member

hashhar commented Dec 23, 2024

Run with secrets is green.

@hashhar hashhar merged commit 975e062 into trinodb:master Dec 23, 2024
41 checks passed
@github-actions github-actions bot added this to the 469 milestone Dec 23, 2024
public void testIcebergTablesFunction()
{
assertThatThrownBy(super::testIcebergTablesFunction)
.hasMessageContaining("schemaPath is not supported for Iceberg snowflake catalog");
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla-signed iceberg Iceberg connector
Development

Successfully merging this pull request may close these issues.

4 participants