yyqdbngt opened a new pull request, #3594:
URL: https://github.com/apache/rocketmq-dashboard/pull/3594
### Summary
Deepens `SystemAlertControllerTest` with three alert-feed endpoints that had
no coverage: related alerts, per-delivery retry and acknowledge.
### Changes
-
`server/src/test/java/org/apache/rocketmq/studio/ops/alert/SystemAlertControllerTest.java`
- `listRelatedAlertsShouldForwardAlertId`: GET /{id}/related delegates the
alert id.
- `retryFailedDeliveryShouldDelegateDeliveryId`: POST
/deliveries/{deliveryId}/retry routes the delivery id to the outbox service.
- `acknowledgeShouldReturnAcknowledgedAlert`: POST /acknowledge returns
the acknowledged alert.
Suite grows from 11 to 14 tests.
### Testing
- `mvn -B test -Dtest=SystemAlertControllerTest` passes (14 tests, all
green).
--
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]