-
Notifications
You must be signed in to change notification settings - Fork 3.5k
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-41278: [C++][FS][Azure] Run TestGetFileInfoGenerator() with Valgrind again #41279
base: main
Are you sure you want to change the base?
Conversation
…Valgrind again We use conda's libxml2. It didn't use `--with-tls` but 2.12.6-2 or later uses `--with-tls`. It may suppress a detected leak.
@github-actions crossbow submit test-conda-cpp-valgrind |
|
This comment was marked as outdated.
This comment was marked as outdated.
|
@github-actions crossbow submit test-conda-cpp-valgrind |
This comment was marked as outdated.
This comment was marked as outdated.
This reverts commit 5e59856.
@github-actions crossbow submit test-conda-cpp-valgrind |
Revision: 5ae939b Submitted crossbow builds: ursacomputing/crossbow @ actions-6fb4cbfe01
|
https://github.com/ursacomputing/crossbow/actions/runs/8746879475/job/24004466339#step:7:565
The memory leak reported by Valgrind is suppressed. But the memory leak reported by LeakSanitizer is still reported: https://github.com/apache/arrow/actions/runs/8746866650/job/24004437740?pr=41279#step:6:7192
Because it's run on Ubuntu 22.04 and it still uses libxml2 2.9.6. |
Rationale for this change
We use conda's libxml2. It didn't use
--with-tls
but 2.12.6-2 or later uses--with-tls
. It may suppress a detected leak.What changes are included in this PR?
Remove
GTEST_SKIP()
forTestGetFileInfoGenerator()
.Are these changes tested?
Yes.
Are there any user-facing changes?
No.