-
Notifications
You must be signed in to change notification settings - Fork 4
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
Ensure ctest
is called with --no-tests=error
.
#18
Comments
This was referenced Feb 7, 2024
We should be good once these merge. @KyleFromNVIDIA feel free to add a pre-commit hook to verify this for the future.
|
rapids-bot bot
pushed a commit
to rapidsai/rapids-cmake
that referenced
this issue
Feb 7, 2024
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18. Authors: - Bradley Dice (https://github.com/bdice) - Kyle Edwards (https://github.com/KyleFromNVIDIA) Approvers: - Kyle Edwards (https://github.com/KyleFromNVIDIA) URL: #535
3 tasks
rapids-bot bot
pushed a commit
to rapidsai/rmm
that referenced
this issue
Feb 7, 2024
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Mark Harris (https://github.com/harrism) - Jake Awe (https://github.com/AyodeAwe) URL: #1460
rapids-bot bot
pushed a commit
to rapidsai/cugraph
that referenced
this issue
Feb 7, 2024
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) - Rick Ratzel (https://github.com/rlratzel) URL: #4148
rapids-bot bot
pushed a commit
to rapidsai/cudf
that referenced
this issue
Feb 7, 2024
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #14983
rapids-bot bot
pushed a commit
to rapidsai/raft
that referenced
this issue
Mar 5, 2024
This PR ensures that all calls to `ctest` include the flag `--no-tests=error`. See rapidsai/build-planning#18. Authors: - Bradley Dice (https://github.com/bdice) Approvers: - Jake Awe (https://github.com/AyodeAwe) URL: #2163
I'm going to close since all the PRs were merged. The unfinished item here is to potentially add a pre-commit hook that verifies this for repos. @KyleFromNVIDIA If you are still interested in doing that, feel free. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Following up from rapidsai/rapids-cmake#534 and rapidsai/cuml#5753.
We should ensure that
ctest
is called with the flag--no-tests=error
. This would help prevent false positives in RAPIDS C++ test suites. @KyleFromNVIDIA also proposed adding a pre-commit hook to enforce this.The text was updated successfully, but these errors were encountered: