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 a leak in a test and clarify some test names #12781

Merged
merged 3 commits into from
Feb 17, 2023

Conversation

revans2
Copy link
Contributor

@revans2 revans2 commented Feb 15, 2023

Description

Fix a small leak of host memory in a java unit test. Also updates some tests that verify that a double free is safe, but don't make it clear from the logs that the double free is expected to be there. This is so we don't have to spend too much time debugging if this double free is expected or not.

Checklist

  • I am familiar with the Contributing Guidelines.
  • New or existing tests cover these changes.
  • The documentation is up to date with these changes.

@revans2 revans2 added 3 - Ready for Review Ready for review by team tests Unit testing for project Java Affects Java cuDF API. non-breaking Non-breaking change labels Feb 15, 2023
@revans2 revans2 requested a review from a team as a code owner February 15, 2023 15:19
@revans2 revans2 self-assigned this Feb 15, 2023
@revans2 revans2 added the bug Something isn't working label Feb 15, 2023
Copy link
Contributor

@jbrennan333 jbrennan333 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1 lgtm

Copy link
Contributor

@gerashegalov gerashegalov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@revans2
Copy link
Contributor Author

revans2 commented Feb 17, 2023

/merge

@rapids-bot rapids-bot bot merged commit ec8704a into rapidsai:branch-23.04 Feb 17, 2023
@revans2 revans2 deleted the jni_leak_fix branch February 21, 2023 14:10
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 Java Affects Java cuDF API. non-breaking Non-breaking change tests Unit testing for project
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants