-
Notifications
You must be signed in to change notification settings - Fork 902
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 debug compile error for csv_test.cpp #8981
Fix debug compile error for csv_test.cpp #8981
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Need to make a follow-up PR to replace these with actual gtest macros.
Codecov Report
@@ Coverage Diff @@
## branch-21.10 #8981 +/- ##
===============================================
Coverage ? 10.58%
===============================================
Files ? 116
Lines ? 18652
Branches ? 0
===============================================
Hits ? 1974
Misses ? 16678
Partials ? 0 Continue to review full report at Codecov.
|
@gpucibot merge |
Found an compile error in `csv_test.cpp` that only occurs with a debug build since it exists in an `assert()` statement. Looks like this was introduced in PR rapidsai#8856 Authors: - David Wendt (https://github.com/davidwendt) Approvers: - Vukasin Milovanovic (https://github.com/vuule) - Mike Wilson (https://github.com/hyperbolic2346) URL: rapidsai#8981
Found an compile error in
csv_test.cpp
that only occurs with a debug build since it exists in anassert()
statement.Looks like this was introduced in PR #8856