-
Notifications
You must be signed in to change notification settings - Fork 915
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix groupby gtests coded in namespace cudf::test (#12784)
Fixes `GROUPBY_TEST` gtests source files coded in namespace `cudf::test` Additional creates a `groupby_test_util.cpp` for utilities rather than inlining the utilities into all 33 source files. The groupby tests for aggregations `std` and `var` are also not compiled for Debug builds. This changes those to compile but be runtime disabled to make them more noticeable in a Debug test run. Reference #11734 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Nghia Truong (https://github.com/ttnghia) - Vukasin Milovanovic (https://github.com/vuule) URL: #12784
- Loading branch information
1 parent
cf82fb8
commit 4e32bfe
Showing
35 changed files
with
2,899 additions
and
2,773 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.