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 failing extended sqlitetest on main / update datafusion-testing pin #14940

Merged
merged 1 commit into from
Feb 28, 2025

Conversation

alamb
Copy link
Contributor

@alamb alamb commented Feb 28, 2025

Which issue does this PR close?

CI is failing on main: https://github.com/apache/datafusion/actions/runs/13591237968/job/37997646819

Rationale for this change

The failure is due to accidentally changing the datafusion-testing submodule pin in

What changes are included in this PR?

  1. Revert the submodule testing pin

Are these changes tested?

I tested them locally like this:

INCLUDE_SQLITE=true cargo test --profile release-nonlto --test sqllogictests

Are there any user-facing changes?

@alamb alamb marked this pull request as ready for review February 28, 2025 16:56
@blaginin
Copy link
Contributor

CI is failing on main:

strange it didn't fail in PR CI 🤔

Copy link
Contributor

@blaginin blaginin left a comment

Choose a reason for hiding this comment

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

Thank you!

@alamb
Copy link
Contributor Author

alamb commented Feb 28, 2025

CI is failing on main:

strange it didn't fail in PR CI 🤔

Its because this job takes 2 hours to run so we don't run it on every PR... But that has the downside like this where it gets broken without us knowing

@alamb alamb changed the title Fix extended sqlite tests vai datafusion-testing pin Fix failing extended sqlitetest on main / update datafusion-testing pin Feb 28, 2025
@alamb
Copy link
Contributor Author

alamb commented Feb 28, 2025

@comphead can I beg a review for this one to get main running clean again?

@comphead comphead merged commit 52d750f into apache:main Feb 28, 2025
27 checks passed
@alamb
Copy link
Contributor Author

alamb commented Feb 28, 2025

Thanks @comphead

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