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 debug compile error for csv_test.cpp #8981

Merged

Conversation

davidwendt
Copy link
Contributor

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 #8856

@davidwendt davidwendt added bug Something isn't working 3 - Ready for Review Ready for review by team libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change labels Aug 5, 2021
@davidwendt davidwendt self-assigned this Aug 5, 2021
@davidwendt davidwendt requested a review from a team as a code owner August 5, 2021 20:47
Copy link
Contributor

@vuule vuule left a 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.

cpp/tests/io/csv_test.cpp Outdated Show resolved Hide resolved
@codecov
Copy link

codecov bot commented Aug 5, 2021

Codecov Report

❗ No coverage uploaded for pull request base (branch-21.10@e11b054). Click here to learn what that means.
The diff coverage is n/a.

❗ Current head 312d9fa differs from pull request most recent head 5268efc. Consider uploading reports for the commit 5268efc to get more accurate results
Impacted file tree graph

@@               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.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e11b054...5268efc. Read the comment docs.

@vuule
Copy link
Contributor

vuule commented Aug 6, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit ed3a601 into rapidsai:branch-21.10 Aug 6, 2021
@davidwendt davidwendt deleted the bug-csv-test-debug-compile-error branch August 6, 2021 11:52
shwina pushed a commit to shwina/cudf that referenced this pull request Aug 9, 2021
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3 - Ready for Review Ready for review by team bug Something isn't working libcudf Affects libcudf (C++/CUDA) code. non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants