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

Run STATISTICS_TEST and TRACKING_TEST in serial to avoid OOM errors. #1487

Merged

Conversation

bdice
Copy link
Contributor

@bdice bdice commented Feb 27, 2024

Description

There have been out-of-memory errors reported in STATISTICS_TEST and TRACKING_TEST. This PR serializes the execution of those tests, in an attempt to avoid the reported failures.

Closes #1486.

Checklist

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

@bdice bdice requested a review from a team as a code owner February 27, 2024 14:33
@github-actions github-actions bot added CMake cpp Pertains to C++ code labels Feb 27, 2024
@bdice bdice changed the title Run STATISTICS and TRACKING tests in serial to avoid OOM errors. Run STATISTICS_TEST and TRACKING_TEST in serial to avoid OOM errors. Feb 27, 2024
@bdice bdice added bug Something isn't working non-breaking Non-breaking change labels Feb 27, 2024
@bdice bdice self-assigned this Feb 27, 2024
@bdice
Copy link
Contributor Author

bdice commented Feb 27, 2024

/merge

@rapids-bot rapids-bot bot merged commit 742d288 into rapidsai:branch-24.04 Feb 27, 2024
55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working CMake cpp Pertains to C++ code non-breaking Non-breaking change
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

[BUG] OOM errors in STATISTICS_TEST and TRACKING_TEST
3 participants