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

Cleanup tests, run everything (except hdfs) #284

Merged
merged 1 commit into from
Jul 19, 2024

Conversation

nicklan
Copy link
Collaborator

@nicklan nicklan commented Jul 18, 2024

Make sure our CI runs all the tests for the whole workspace.

Also fix some failing tests in ffi due to either mistakes in the doc comment or slight compiler output changes.

@nicklan nicklan requested review from zachschuermann and removed request for zachschuermann July 18, 2024 00:31
@@ -59,7 +59,7 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v2
- name: test
run: cargo test --verbose --all-features
run: cargo test --workspace --verbose --all-features -- --skip read_table_version_hdfs
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

the hdfs test starts up a java environment which takes >1m and makes the whole test suite take much longer, so I'm skipping it for now (could become a nightly test)

Copy link
Collaborator

Choose a reason for hiding this comment

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

created #285 to track

Copy link
Collaborator

@zachschuermann zachschuermann left a comment

Choose a reason for hiding this comment

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

lgtm

@@ -59,7 +59,7 @@ jobs:
override: true
- uses: Swatinem/rust-cache@v2
- name: test
run: cargo test --verbose --all-features
run: cargo test --workspace --verbose --all-features -- --skip read_table_version_hdfs
Copy link
Collaborator

Choose a reason for hiding this comment

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

created #285 to track

@nicklan nicklan requested a review from hntd187 July 18, 2024 18:20
@nicklan nicklan requested a review from azdavis July 18, 2024 21:18
Copy link
Collaborator

@hntd187 hntd187 left a comment

Choose a reason for hiding this comment

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

LGMT

@nicklan nicklan merged commit c838ed8 into delta-io:main Jul 19, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants