kszucs commented on a change in pull request #9161: URL: https://github.com/apache/arrow/pull/9161#discussion_r555263751
########## File path: python/pyarrow/tests/test_memory.py ########## @@ -133,3 +133,24 @@ def test_env_var(): if should_have_mimalloc: check_env_var("mimalloc", ["mimalloc"]) check_env_var("nonexistent", possible_backends, expect_warning=True) + + +def test_specific_memory_pools(): Review comment: Will this case fail if we build a wheel without the specific optional allocator enabled (based on the should have flag [definitions](https://github.com/apache/arrow/blob/053f4742c7fde9c1e3b3a0858c4de6dc05efec98/python/pyarrow/tests/test_memory.py#L29-L30))? If yes we may want to find a better way to retrieve the built allocators in a follow-up. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org