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

   ## Summary
   
   Extends the existing `MessageQueryToolHandlerTest` (6 to 8 tests) to pin 
down two remaining branches.
   
   Added cases:
   - the tool reports its canonical name `rmq.message.query`;
   - a string-form timestamp (`"1500"`) is parsed to epoch millis and passed 
through, and null text fields (topic/tag/key/hosts/body) project to blank 
strings while `msgId` and numeric fields are preserved.
   
   ## Why
   
   The tool serves AI/MCP/CLI read-only message queries; the name contract and 
the string-timestamp/null-projection paths were not covered.
   
   ## Testing
   
   `mvn -B test -Dtest=MessageQueryToolHandlerTest` — 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