paleolimbot commented on PR #39302: URL: https://github.com/apache/arrow/pull/39302#issuecomment-2025805248
Ok, we're now down to: ``` ################# FAILURES ################# FAILED TEST: primitive_zerolength nanoarrow producing, C# consuming <class 'RuntimeError'>: Memory was not released correctly after roundtrip: before = 0, after = 16 (should have been equal) FAILED TEST: recursive_nested nanoarrow producing, C# consuming <class 'RuntimeError'>: Memory was not released correctly after roundtrip: before = 16, after = 668 (should have been equal) FAILED TEST: union nanoarrow producing, C# consuming <class 'RuntimeError'>: Memory was not released correctly after roundtrip: before = 668, after = 676 (should have been equal) FAILED TEST: custom_metadata nanoarrow producing, C# consuming <class 'RuntimeError'>: Memory was not released correctly after roundtrip: before = 676, after = 691 (should have been equal) FAILED TEST: extension nanoarrow producing, C# consuming <class 'RuntimeError'>: Memory was not released correctly after roundtrip: before = 691, after = 731 (should have been equal) ``` (i.e., only very specific files, but the same files each time, are reporting leaks when C# is responsible for releasing) -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
