yyqdbngt opened a new pull request, #3861:
URL: https://github.com/apache/rocketmq-dashboard/pull/3861

   ### Motivation
   
   The existing `NotificationDeliveriesPage` tests cover single-record retry, 
click deduplication and filter refresh after a retry. The bulk action that 
retries every failed record of the current page was untested.
   
   ### Changes
   
   - `retries all failed records of the current page`: clicking the bulk retry 
button collects the current page's failed ids and calls 
`retryAlertDeliveries([7])`.
   
   ### Verification
   
   ```
   ./node_modules/.bin/vitest run 
src/pages/ops/__tests__/NotificationDeliveriesPage.test.tsx   # 4 passed
   ./node_modules/.bin/tsc --noEmit                                             
                 # clean
   ./node_modules/.bin/eslint 
src/pages/ops/__tests__/NotificationDeliveriesPage.test.tsx          # clean
   ```


-- 
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]

Reply via email to