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

Support running datafusion tests with cargo nextest #13044

Open
alamb opened this issue Oct 21, 2024 · 0 comments · May be fixed by #13045
Open

Support running datafusion tests with cargo nextest #13044

alamb opened this issue Oct 21, 2024 · 0 comments · May be fixed by #13045
Assignees
Labels
enhancement New feature or request

Comments

@alamb
Copy link
Contributor

alamb commented Oct 21, 2024

Is your feature request related to a problem or challenge?

I want to use cargo nextest: https://nexte.st/ as it is faster

However, when I run it

cargo nextest run

I get an error

    Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 20s
error: creating test list failed

Caused by:
  for `datafusion-sqllogictest::sqllogictests`, command `/Users/andrewlamb/Software/datafusion/target/debug/deps/sqllogictests-41a268ed3f68155c --list --format terse` exited with code 2
--- stdout:

--- stderr:
error: unexpected argument '--list' found

  tip: to pass '--list' as a value, use '-- --list'

Usage: sqllogictests-41a268ed3f68155c [OPTIONS] [FILTERS]...

For more information, try '--help'.

---

This is because the sqllogictest runner is custom and doesn't accept the --list --format terse flag

Describe the solution you'd like

I would like cargo nextest run to run all tests (except for sqllogictests)

Describe alternatives you've considered

No response

Additional context

No response

@alamb alamb added the enhancement New feature or request label Oct 21, 2024
@alamb alamb self-assigned this Oct 21, 2024
@alamb alamb linked a pull request Oct 21, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant