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 failing stream test with a debug-only death test #934

Merged
merged 1 commit into from
Dec 14, 2021

Conversation

harrism
Copy link
Member

@harrism harrism commented Dec 13, 2021

Fixes #932. Adds a debug-build-only death test for cuda_stream::synchronize_no_throw and adds a likely never to fail trivial test of the function in all builds. This way we get coverage of the function in all builds, and can safely test its assertion in debug builds.

@harrism harrism requested a review from a team as a code owner December 13, 2021 22:54
@github-actions github-actions bot added the cpp Pertains to C++ code label Dec 13, 2021
@harrism harrism added bug Something isn't working non-breaking Non-breaking change tests Related to unit tests and removed cpp Pertains to C++ code labels Dec 13, 2021
@harrism harrism added this to PR-WIP in v22.02 Release via automation Dec 13, 2021
@harrism harrism self-assigned this Dec 13, 2021
v22.02 Release automation moved this from PR-WIP to PR-Reviewer approved Dec 14, 2021
@jjacobelli
Copy link
Contributor

rerun tests

@harrism
Copy link
Member Author

harrism commented Dec 14, 2021

@gpucibot merge

@rapids-bot rapids-bot bot merged commit cd5f806 into rapidsai:branch-22.02 Dec 14, 2021
v22.02 Release automation moved this from PR-Reviewer approved to Done Dec 14, 2021
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 tests Related to unit tests
Projects
No open projects
Development

Successfully merging this pull request may close these issues.

[BUG] CUDA_STREAM_TEST segfaults in release build
4 participants