lidavidm opened a new issue, #1585:
URL: https://github.com/apache/arrow-adbc/issues/1585
### What happened?
```
0 FAILED TESTS
[ FAILED ] SnowflakeStatementTest: SetUpTestSuite or TearDownTestSuite
1 FAILED TEST SUITE
=================================================================
==4644==ERROR: LeakSanitizer: detected memory leaks
Direct leak of 16 byte(s) in 2 object(s) allocated from:
#0 0x7f280b4955f8 in __interceptor_malloc
../../../../libsanitizer/asan/asan_malloc_linux.cpp:69
#1 0x7f2809e99260 in _cgo_c308df71b8c3_Cfunc__Cmalloc
/tmp/go-build/_cgo_export.c:1456
#2 0x7f2808983580 in runtime.asmcgocall
/opt/hostedtoolcache/go/1.19.13/x64/src/runtime/asm_amd64.s:844
SUMMARY: AddressSanitizer: 16 byte(s) leaked in 2 allocation(s).
```
- We should skip the tests when we don't have the secret available. (We
should still build the packages.)
- Why did we apparently leak 16 bytes?
### How can we reproduce the bug?
_No response_
### Environment/Setup
_No response_
--
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]