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

   ## Summary
   
   Extends the existing `MessageControllerTest` (6 to 8 tests) with the 
queue-browsing endpoints.
   
   Added cases:
   - `GET /api/messages/queues` delegates with instance/topic and returns the 
per-broker queue offset rows;
   - `GET /api/messages/queue-message` delegates with the full offset 
coordinates (broker, queue id, offset) and returns the pulled message.
   
   ## Why
   
   The suite covered query/trace/consume endpoints only; the queue-offset and 
queue-message browse endpoints were untested.
   
   ## Testing
   
   `mvn -B test -Dtest=MessageControllerTest` — 8/8 pass; checkstyle (validate) 
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