-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-17800: [C++] Fix failures in jemalloc stats tests #14194
Conversation
pitrou
commented
Sep 21, 2022
- Provide compatibility for 32-bit platforms
- Avoid memory leak in tests
- Make checks less strict
- Provide compatibility for 32-bit platforms - Avoid memory leak in tests - Make checks less strict
This comment was marked as outdated.
This comment was marked as outdated.
cc @rok |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good @pitrou ! Too bad we can't reliably test these stats.
Revision: 01154d0 Submitted crossbow builds: ursacomputing/crossbow @ jemalloc-stats-1 |
Thanks for fixing this @pitrou ! |
Benchmark runs are scheduled for baseline = cf66aa0 and contender = 2914325. 2914325 is a master commit associated with this PR. Results will be available as each benchmark for each run completes. |
- Provide compatibility for 32-bit platforms - Avoid memory leak in tests - Make checks less strict Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>
- Provide compatibility for 32-bit platforms - Avoid memory leak in tests - Make checks less strict Authored-by: Antoine Pitrou <[email protected]> Signed-off-by: Antoine Pitrou <[email protected]>