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

Apply TestContainer #264

Closed jchrys closed 3 months ago

jchrys commented 3 months ago

Motivation: Enhance test reliability and environment consistency by integrating TestContainers

Modification: Added TestContainers dependency and updated tests to run with containerized DBs.

Expanded test scope to include MySQL and MariaDB versions to cover conditional test cases.

Result: Improved test suite stability and simplified setup for contributors. Resolves #76

jchrys commented 3 months ago

I added the bug label because the absence of fine-grained database versioning fails to cover conditional test cases.

jchrys commented 3 months ago

This PR is in very early phase of the changes

jchrys commented 3 months ago

TODO

jchrys commented 3 months ago

TODO