Skip to content
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

[Python][CI] test_total_bytes_allocated fails on arm64 wheels for manylinux #36201

Closed
raulcd opened this issue Jun 21, 2023 · 3 comments
Closed

Comments

@raulcd
Copy link
Member

raulcd commented Jun 21, 2023

Describe the bug, including details regarding any error messages, version, and platform.

The following nightly jobs:

Have been failing lately with:

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

Component(s)

Continuous Integration, Python

@raulcd raulcd added this to the 13.0.0 milestone Jun 21, 2023
@raulcd raulcd added the Priority: Blocker Marks a blocker for the release label Jun 21, 2023
@kou
Copy link
Member

kou commented Jun 21, 2023

#35728 may be related or duplicated.

@jorisvandenbossche
Copy link
Member

Duplicate of #35728

@jorisvandenbossche jorisvandenbossche marked this as a duplicate of #35728 Jun 22, 2023
@raulcd
Copy link
Member Author

raulcd commented Jun 22, 2023

thanks @kou @jorisvandenbossche I missed the original one!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants