mirror of
https://gitee.com/johng/gf
synced 2026-06-06 16:21:40 +08:00
## Summary - Add concurrent operation tests - Add Hook mechanism tests (Insert/Update/Delete/Select) - Add Context propagation tests - Add race condition tests **Test coverage added:** ~28 test functions across 5 files Ref #4689 ## Test plan ```bash cd contrib/drivers/mysql go test -v -race -run "TestModel_Concurrent|TestModel_Hook|TestModel_Ctx" ```