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

   ### Summary
   
   Deepens `ConsumerGroupControllerTest` with the three consumer group detail 
endpoints that had no coverage: the manual refresh, the per-queue progress and 
the subscription list.
   
   ### Changes
   
   - 
`server/src/test/java/org/apache/rocketmq/studio/instance/group/ConsumerGroupControllerTest.java`
     - `refreshConsumerGroupShouldDelegateAndReturnRefreshedGroupTest`: POST 
/refresh delegates and returns the refreshed group.
     - `groupProgressShouldReturnQueueLagRowsTest`: GET /{name}/progress 
returns per-queue lag rows.
     - `groupSubscriptionsShouldReturnEntriesTest`: GET /{name}/subscriptions 
returns subscription entries.
   
   Suite grows from 20 to 23 tests.
   
   ### Testing
   
   - `mvn -B test -Dtest=ConsumerGroupControllerTest` passes (23 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]

Reply via email to