Commit 6686bd6
authored
test(contrib/drivers/mysql): enhance transaction tests (gogf#4704)
## Summary
- Add nested transaction tests
- Add transaction propagation tests
- Add transaction rollback/commit behavior tests
- Add transaction context handling tests
**Test coverage added:** ~25 test functions
Ref gogf#4689
## Test plan
```bash
cd contrib/drivers/mysql
go test -v -run "TestTX_Nested|TestTX_Propagation|TestTX_Transaction"
```1 parent 319a812 commit 6686bd6
1 file changed
Lines changed: 865 additions & 0 deletions
0 commit comments