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

Add parameter checks to BFS and SSSP in C API #2844

Merged
merged 13 commits into from
Nov 3, 2022

Conversation

ChuckHastings
Copy link
Collaborator

@ChuckHastings ChuckHastings commented Oct 24, 2022

MG testing resulted in discovering an assumption in the C API about types that needs to be validated. Added checks to BFS and SSSP so that the type checks will be done right away before trying to interpret the data incorrectly.

Won't pass until #2847 is addressed

@ChuckHastings ChuckHastings requested a review from a team as a code owner October 24, 2022 20:49
@ChuckHastings ChuckHastings self-assigned this Oct 24, 2022
@ChuckHastings ChuckHastings added bug Something isn't working 3 - Ready for Review non-breaking Non-breaking change labels Oct 24, 2022
@ChuckHastings ChuckHastings added this to the 22.12 milestone Oct 24, 2022
@BradReesWork
Copy link
Member

rerun tests

1 similar comment
@BradReesWork
Copy link
Member

rerun tests

@codecov-commenter
Copy link

codecov-commenter commented Oct 26, 2022

Codecov Report

❗ No coverage uploaded for pull request base (branch-22.12@48ff183). Click here to learn what that means.
Patch has no changes to coverable lines.

❗ Current head 5009d5c differs from pull request most recent head c6fa3ea. Consider uploading reports for the commit c6fa3ea to get more accurate results

Additional details and impacted files
@@               Coverage Diff               @@
##             branch-22.12    #2844   +/-   ##
===============================================
  Coverage                ?   62.60%           
===============================================
  Files                   ?      114           
  Lines                   ?     6397           
  Branches                ?        0           
===============================================
  Hits                    ?     4005           
  Misses                  ?     2392           
  Partials                ?        0           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@ChuckHastings
Copy link
Collaborator Author

rerun tests

3 similar comments
@ChuckHastings
Copy link
Collaborator Author

rerun tests

@BradReesWork
Copy link
Member

rerun tests

@ChuckHastings
Copy link
Collaborator Author

rerun tests

@ChuckHastings ChuckHastings requested a review from a team as a code owner November 2, 2022 18:04
@ChuckHastings
Copy link
Collaborator Author

rerun tests

@rlratzel
Copy link
Contributor

rlratzel commented Nov 3, 2022

This is a good change but can there be an updated test to cover this change?

@BradReesWork
Copy link
Member

rerun tests

@ChuckHastings
Copy link
Collaborator Author

@gpucibot merge

@rapids-bot rapids-bot bot merged commit a045684 into rapidsai:branch-22.12 Nov 3, 2022
@ChuckHastings ChuckHastings deleted the debug_with_joseph branch December 2, 2022 18:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working non-breaking Non-breaking change
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants