raulcd opened a new pull request, #36355:
URL: https://github.com/apache/arrow/pull/36355
### Rationale for this change
Currently some conda and wheels jobs are failing due to this error:
```
=================================== FAILURES
===================================
__________________________ test_total_bytes_allocated
__________________________
def test_total_bytes_allocated():
> assert pa.total_allocated_bytes() == 0
E assert 1216 == 0
E + where 1216 = <built-in function total_allocated_bytes>()
E + where <built-in function total_allocated_bytes> =
pa.total_allocated_bytes
```
### What changes are included in this PR?
As suggested on the issue trying to move this test to a subprocess to see if
it improves reliabilit.
### Are these changes tested?
Archery and CI
### Are there any user-facing changes?
No
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]