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

Add r2dbc-pool integration test #58

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

We don't have r2dbc-pool test.

you can refer https://github.com/r2dbc/r2dbc-mssql to implement the test

jchrys commented 1 year ago

no need to add integration test since r2dbc-pool is supposed to be all impelementations of r2dbc-spi.

we might consider add integration test later but not now.