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

Use file metastore in TestDeltaLakeAnalyze #13684

Merged
merged 1 commit into from
Aug 16, 2022

Conversation

ebyhr
Copy link
Member

@ebyhr ebyhr commented Aug 16, 2022

Description

Use file metastore in TestDeltaLakeAnalyze to avoid flaky tests.
Example failure: https://github.com/trinodb/trino/runs/7832847770

Documentation

(x) No documentation is needed.

Release notes

(x) No release notes entries required.

HiveMinioDataLake hiveMinioDataLake = closeAfterClass(new HiveMinioDataLake(bucketName));
hiveMinioDataLake.start();
return DeltaLakeQueryRunner.createS3DeltaLakeQueryRunner(
return DeltaLakeQueryRunner.createDeltaLakeQueryRunner(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

static import

To avoid flaky failure from Thrift Hive metastore.
BaseDeltaLakeConnectorSmokeTest covers S3 (MinIO) and ABFS
, so changing to local file system should be fine.
@ebyhr ebyhr merged commit 3d7bf4c into trinodb:master Aug 16, 2022
@ebyhr ebyhr deleted the ebi/delta-analyze-test branch August 16, 2022 14:38
@github-actions github-actions bot added this to the 393 milestone Aug 16, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

4 participants