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 ctest directory to ensure tests are executed #5753

Merged
merged 5 commits into from Feb 9, 2024

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Feb 6, 2024

C++ tests were not being run because the test_cpp.sh script was not executing ctest from the tests directory. This PR fixes that problem and adds the flag --no-tests=error to fail if no tests are found in the future.

It seems this was broken in #5487.

Also closes #5757 (includes the same changes).

@bdice bdice requested a review from a team as a code owner February 6, 2024 22:02
@github-actions github-actions bot added the ci label Feb 6, 2024
@bdice bdice changed the title Fix C++ tests Fix ctest directory to ensure tests are executed Feb 6, 2024
@bdice bdice self-assigned this Feb 6, 2024
@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Feb 6, 2024
@bdice
Copy link
Contributor Author

bdice commented Feb 6, 2024

C++ tests are now blocked by rapidsai/rapids-cmake#533.

@bdice bdice requested a review from a team as a code owner February 7, 2024 16:52
@bdice bdice requested a review from a team as a code owner February 7, 2024 20:17
@raydouglass raydouglass merged commit d3349c7 into rapidsai:branch-24.02 Feb 9, 2024
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working ci CMake CUDA/C++ non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants