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

   ### Motivation
   
   The existing `LiteTopicControllerTest` covers all five endpoints with their 
parameters present. The optional-parameter absence shapes — no 
pattern/namespace on the list endpoint and no namespace on the quota endpoint — 
were untested.
   
   ### Changes
   
   - `listLiteTopicsShouldAllowMissingFilters`: without query params the list 
delegates with null filters and returns the empty result.
   - `getQuotaShouldAllowMissingNamespace`: without a namespace the quota 
delegate receives null.
   
   ### Verification
   
   ```
   mvn -B test -Dtest=LiteTopicControllerTest
   [INFO] Tests run: 10, Failures: 0, Errors: 0, Skipped: 0
   [INFO] BUILD SUCCESS
   ```


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