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
196 stars 21 forks source link

[feature]Enable Leak detection in CI pipeline #241

Closed jchrys closed 7 months ago

jchrys commented 7 months ago

Is your feature request related to a problem? We lack mechanisms for detecting ByteBuffer memory leaks during development, might leading to potential issues in production.

Describe the solution you'd like Enable leak detection feature during testing phases, ensuring leak reports are integrated into our CI pipeline for immediate action.

Additional context

mirromutth commented 7 months ago

Maybe we can add -Dio.netty.leakDetection.level=PARANOID to GitHub Actions for detecting leak.

jchrys commented 7 months ago

Sure! Let me work on it :D