-
Notifications
You must be signed in to change notification settings - Fork 31
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Follow the approach in PR #68 (PostgreSQL XA support) to add XA (distributed transaction) support for MariaDB in the integration test suite.
What to do:
- Update the
XADataSourceFactoryto fully implementcreateMariaDBXADataSource(see how it's done for PostgreSQL in the PR) - Update MariaDB integration tests: parameterize with both
isXA=falseandisXA=truein the relevant CSV files and test classes, as done for PostgreSQL - Ensure tests use
TestDBUtils.createConnection()to properly handle XA - Validate XA functionality by running the tests in both JDBC and XA modes
References:
- PostgreSQL implementation: PR #68
- XA support guide
Keep the issue focused on MariaDB only. Use the links above for detailed instructions and examples.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestgood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed