-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
GH-45006: [CI][Python] Fix test_memory failures #45007
Conversation
@github-actions crossbow submit -g python |
This comment was marked as outdated.
This comment was marked as outdated.
@github-actions crossbow submit -g python |
@github-actions crossbow submit wheelcp312* |
Revision: 7dbaa32 Submitted crossbow builds: ursacomputing/crossbow @ actions-1325385d4d |
This comment was marked as outdated.
This comment was marked as outdated.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The change LGTM, I am just wondering, is there any case where we test jemalloc
for pyarrow? Do we want to?
What do you mean? It's still tested in |
You turned the default in From a quick look, I see that the python and c++ macos github action build have a |
Ah, perhaps we should ensure that it's enabled on some CI tests indeed. Will take a look. |
`test_memory.py` has started failing on some builds after apache#44951 was merged
7dbaa32
to
2ac2b8e
Compare
@github-actions crossbow submit -g python -g cpp |
Yes, sorry, that's what I meant. If we were enabling jemalloc for Python builds on any of our CI builds. |
Revision: 2ac2b8e Submitted crossbow builds: ursacomputing/crossbow @ actions-42c1c96121 |
It looks like we will have to disable mimalloc for the thread sanitizer test. |
@github-actions crossbow submit test-ubuntu-24.04-cpp-thread-sanitizer |
8bd302b
to
6cb1da6
Compare
Revision: 8bd302b Submitted crossbow builds: ursacomputing/crossbow @ actions-f3f267434f
|
test_memory.py
has started failing on some builds after #44951 was merged