Skip to content

Use nextest for CI test jobs#22544

Draft
Dandandan wants to merge 1 commit into
apache:mainfrom
Dandandan:codex/ci-nextest
Draft

Use nextest for CI test jobs#22544
Dandandan wants to merge 1 commit into
apache:mainfrom
Dandandan:codex/ci-nextest

Conversation

@Dandandan
Copy link
Copy Markdown
Contributor

@Dandandan Dandandan commented May 26, 2026

Which issue does this PR close?

N/A.

Rationale for this change

Use cargo-nextest for CI jobs that run standard Rust test binaries so tests can execute with nextest's runner.

What changes are included in this PR?

Use cargo-nexttest

Are these changes tested?

Are there any user-facing changes?

No. This only changes CI test execution.

@github-actions github-actions Bot added the development-process Related to development process of DataFusion label May 26, 2026
@Omega359
Copy link
Copy Markdown
Contributor

Omega359 commented May 26, 2026

I think I tried this in the past ... do the ci machines have enough cores and memory to actually do this effectively?

@2010YOUY01
Copy link
Copy Markdown
Contributor

Thank you for working on this!

I’m wondering if you’ve tried connecting the sqllogictest harness to nextest. This might need some work, but it could make tests easier to run.

@Omega359
Copy link
Copy Markdown
Contributor

Thank you for working on this!

I’m wondering if you’ve tried connecting the sqllogictest harness to nextest. This might need some work, but it could make tests easier to run.

I think @alamb had tried originally to get it hooked up in #13045 but was blocked by a nextest behaviour.

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.

3 participants