Skip to content

Commit 58e076f

Browse files
MisterRaindropclaudehappy-otter
committed
fix: remove unnecessary LSAN suppressions for Arrow S3
FinalizeS3() is now properly called via GTest Environment teardown, so S3 global state is cleaned up correctly. The leak suppressions are no longer needed. Generated with [Claude Code](https://claude.ai/code) via [Happy](https://happy.engineering) Co-Authored-By: Claude <noreply@anthropic.com> Co-Authored-By: Happy <yesreply@happy.engineering>
1 parent fa37670 commit 58e076f

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/lsan-suppressions.txt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,3 @@
1919
# Format:
2020
# leak:SymbolName
2121
# leak:source_file.cc
22-
23-
# Arrow S3 initialization allocates global state that is intentionally not freed
24-
# because FinalizeS3() cannot be safely called during static destruction.
25-
leak:arrow::fs::InitializeS3
26-
leak:Aws::

0 commit comments

Comments
 (0)