NiMv1 opened a new pull request, #7919: URL: https://github.com/apache/incubator-seata/pull/7919
## What is the purpose of the change This PR adds test coverage for the seata-spring-boot-starter module as requested in #6505. ## Brief changelog - Add spring-test dependency to seata-spring-boot-starter module - Add SeataAutoConfigurationDisabledTest to verify auto-configuration can be disabled ## Verifying this change This change adds tests that verify: - SeataAutoConfiguration is not loaded when seata.enabled=false ### Test Coverage The test uses @SpringBootTest with seata.enabled=false property to verify that the auto-configuration respects the enabled flag. ## Related issues Closes #6505 (partial - test coverage improvement) -- 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]
