asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
181 stars 18 forks source link

Enable Leak Detection in CI Pipeline #242

Closed jchrys closed 4 months ago

jchrys commented 4 months ago

Motivation: Address lack of ByteBuffer leak detection during development to prevent potential production issues.

Modifications: Added leak detection feature to CI pipeline for automatic detection during testing.

Result: Better CI Resolves #241

jchrys commented 4 months ago

LGTM

BTW, I prefer to have a newline at the end of text files

Let me add it :D