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 TransactionIntegrationTest #56

Closed jchrys closed 1 year ago

jchrys commented 1 year ago

Motivation: Our test suite was missing integration tests for transactions, including the usage of savepoints.

Modifications: Added a new TransactionIntegrationTest class to cover transaction scenarios and savepoints.

Results: Improved test coverage for transactions and savepoints, ensuring better reliability and confidence in the implemented features.