NiMv1 opened a new pull request, #7918: URL: https://github.com/apache/incubator-seata/pull/7918
## Summary This PR improves the test coverage of the seata-spring-boot-starter module. ## Changes 1. **Added spring-test dependency** to fix missing SpringExtension class issue 2. **Added SeataAutoConfigurationDisabledTest** - tests the conditional behavior when seata.enabled=false ## Test Results All 13 tests pass: - RedisAutoInjectionTypeConvertTest (1 test) - SeataAutoConfigurationDisabledTest (1 test) - **NEW** - SeataAutoConfigurationTest (2 tests) - SeataDataSourceAutoConfigurationTest (3 tests) - SeataHttpAutoConfigurationTest (4 tests) - SeataSagaAutoConfigurationTest (2 tests) ## Related Issue Fixes #6505 ## Checklist - [x] Tests pass locally - [x] Code follows project conventions - [x] No breaking changes -- 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]
