pgjdbc / r2dbc-postgresql

Postgresql R2DBC Driver
https://r2dbc.io
Apache License 2.0
1.01k stars 177 forks source link

Resolve a LEAK warning in unit test #642

Closed cty123 closed 7 months ago

cty123 commented 8 months ago

Make sure that:

Issue description

Previously the expected message wasn't released after the unit test, and this causes test runs to printout the LEAK warning as reported in the issue #580. It's not a real issue, but would be nice to fix.

New Public APIs

Additional context

mp911de commented 7 months ago

Thank you for your contribution. That's merged and backported now.