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

Add sqlite sqllogictest run to extended.yml #14101

Merged
merged 1 commit into from
Jan 15, 2025

Conversation

Omega359
Copy link
Contributor

Which issue does this PR close?

Closes #13967

Rationale for this change

Run sqlite test suite on push to main.

## What changes are included in this PR?

Just the github action.

Are these changes tested?

No, I do not know of a great way to test this.

Are there any user-facing changes?

No.

NOTE: This PR should NOT be merged until apache/datafusion-testing#4 is merged into datafusion-testing and datafusion repo has been updated with a reference to that commit. As well a manual run of the sqlite test suite should likely be done prior to merging this just in case a change crept in between the generation of the sqlite test files and the merging of this PR.

@github-actions github-actions bot added the development-process Related to development process of DataFusion label Jan 12, 2025
@Omega359 Omega359 marked this pull request as ready for review January 14, 2025 14:06
@@ -15,7 +15,7 @@
# specific language governing permissions and limitations
# under the License.

name: Rust Hash Collisions
name: Datafusion extended tests
Copy link
Contributor

Choose a reason for hiding this comment

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

perhaps we can rename it like

Tests when hash values collide

Copy link
Contributor Author

Choose a reason for hiding this comment

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

That field is for the name of the workflow, not the job within it. Now that the workflow covers both hash and sqlite tests I thought it should be just a generic name.

Copy link
Contributor

@comphead comphead left a comment

Choose a reason for hiding this comment

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

Thanks @Omega359
I would still preserve the name as it point out on hash collision problem, but it can be reworded yes

@alamb
Copy link
Contributor

alamb commented Jan 15, 2025

Let's merge this in and get some experience with running the extended suite on main. Thank you @Omega359 and @comphead

@alamb alamb merged commit 495b82b into apache:main Jan 15, 2025
25 checks passed
@Omega359 Omega359 deleted the feature/add_sqlite_to_github_actions branch January 24, 2025 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development-process Related to development process of DataFusion
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatically run sqlitetests regularly (but not with all PRs) to DataFusion
3 participants