89799969 commented on PR #4204: URL: https://github.com/apache/rocketmq-dashboard/pull/4204#issuecomment-5695182970
Addressed the review request: ported the transaction test off Boot 3 `@MockBean`/`@JdbcTest`. - Production change remains the one-line `@Transactional` on `AlertService#acknowledgeAlert`. - Test now uses plain Mockito (`@ExtendWith(MockitoExtension.class)`), matching `AlertServiceTest` style on Boot 4.1.0. - Coverage: `@Transactional` present, both event+state writes ordered, state failure propagates, non-FIRING skips state ACK. Focused `AlertAcknowledgementTransactionTest` is green locally. -- 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]
