xuzifu666 opened a new issue, #1008: URL: https://github.com/apache/incubator-seata-go/issues/1008
I checked, and besides this issue: https://github.com/apache/incubator-seata-go/issues/991, there are other code snippets and tests that contain database connection leaks, such as: ````pkg/datasource/sql/datasource/mysql/meta_cache.go:63`` ```pkg/datasource/sql/db.go:218``` ```pkg/datasource/sql/undo/base/undo.go:252``` test: ```pkg/datasource/sql/conn_at_test.go:117``` ```pkg/datasource/sql/conn_xa_test.go:200``` ```pkg/datasource/sql/conn_xa_test.go:226``` ```pkg/datasource/sql/driver_test.go:91``` ```pkg/datasource/sql/undo_test.go:40``` ```pkg/datasource/sql/undo_test.go:86``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
