mirror of
https://gitee.com/johng/gf
synced 2026-07-04 21:03:13 +08:00
## 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 #4689 ## Test plan ```bash cd contrib/drivers/mysql go test -v -run "TestTX_Nested|TestTX_Propagation|TestTX_Transaction" ```