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/05/24 06:23:38 UTC

[GitHub] [arrow] jorisvandenbossche commented on issue #35728: BUG: `test_total_bytes_allocated` failing on arrow 12

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

   I think the context for that test is that in theory this method should always return zero if there is no data allocated/held by Arrow. And we are careful to ensure that in the tests we only create arrow data _inside_ a test function (and for example not in the pytest.mark.parametrize values), to ensure that this assertion holds.
   
   Now, why it would have temporarily failed, no idea.


-- 
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