-
Notifications
You must be signed in to change notification settings - Fork 928
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
Refactor tests/groupby/** #7604
Refactor tests/groupby/** #7604
Conversation
…from the source files
Codecov Report
@@ Coverage Diff @@
## branch-0.20 #7604 +/- ##
===============================================
+ Coverage 82.88% 82.91% +0.02%
===============================================
Files 103 103
Lines 17668 17863 +195
===============================================
+ Hits 14645 14811 +166
- Misses 3023 3052 +29
Continue to review full report at Codecov.
|
Rerun tests. |
This is intentional. |
Do you mean only |
I was just explaining the rationale behind the original names. If they still make sense with a smaller name then we should have a smaller name. |
Curious: Why is this urgent? |
Not "urgent", just in case somebody is adding new test files to this folder then they can avoid adding those prefixes, so I can avoid refactoring again their files in the future when I merge my PR. |
Thanks for your comment. Then we need to change the file names, since those files are already in the |
I wonder if it might be acceptable to reserve aesthetic/compliance changes for |
I don't think it will affect anything, as it only renames files instead of changing any implementation. |
Moved this PR to v0.20 release to avoid extra work for the team as v0.19 is near its burn-down stage. |
After #7387, this PR require more tests files renamed. |
# Conflicts: # cpp/tests/CMakeLists.txt
# Conflicts: # cpp/tests/CMakeLists.txt
@gpucibot merge |
No change in code/implementation by this PR. It only renames the test files in the folder
tests/groupby
. In particular:group_
andgroupby_
from all the file names in that folder._test.cpp
is changed to_tests.cpp
to enforce consistency with other test files.The reasons for doing this PR are:
group_
andgroupby_
).groupby_
orgroup_
) as prefixes to the test files is not necessary. Those tests are already in the folder namegroupby
.