You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@arrow.apache.org by "jorisvandenbossche (via GitHub)" <gi...@apache.org> on 2023/06/13 08:40:22 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #35728: [Python] `test_total_bytes_allocated` failing on CI

jorisvandenbossche commented on issue #35728:
URL: https://github.com/apache/arrow/issues/35728#issuecomment-1588827626

   This failure is not also happening on our own CI, for example the latest [wheel-manylinux-2014-cp310-arm64](https://github.com/ursacomputing/crossbow/actions/runs/5241345438/jobs/9463315424) nightly build also has
   
   ```
    __________________________ test_total_bytes_allocated __________________________
   
       def test_total_bytes_allocated():
   >       assert pa.total_allocated_bytes() == 0
   E       assert 640 == 0
   E        +  where 640 = <built-in function total_allocated_bytes>()
   E        +    where <built-in function total_allocated_bytes> = pa.total_allocated_bytes
   ```


-- 
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: github-unsubscribe@arrow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org