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

cargo vdev test doesn't run all the tests #17975

Closed
StephenWakely opened this issue Jul 14, 2023 · 0 comments · Fixed by #17977
Closed

cargo vdev test doesn't run all the tests #17975

StephenWakely opened this issue Jul 14, 2023 · 0 comments · Fixed by #17977
Labels
domain: tests Anything related to Vector's internal tests domain: vdev Anything related to the vdev tooling

Comments

@StephenWakely
Copy link
Contributor

Running cargo vdev test will run 717 test.
Running make test runs 1911.

cargo vdev test should run all the tests that make test runs.

@jszwedko jszwedko added domain: tests Anything related to Vector's internal tests domain: vdev Anything related to the vdev tooling labels Jul 14, 2023
jszwedko added a commit that referenced this issue Jul 14, 2023
Whenever `features` are not provided. Matches `make test` behavior.

Fixes: #17975

Signed-off-by: Jesse Szwedko <[email protected]>
github-merge-queue bot pushed a commit that referenced this issue Jul 14, 2023
Whenever `features` are not provided. Matches `make test` behavior.

Fixes: #17975

Signed-off-by: Jesse Szwedko <[email protected]>

Signed-off-by: Jesse Szwedko <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
domain: tests Anything related to Vector's internal tests domain: vdev Anything related to the vdev tooling
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants