yyqdbngt opened a new pull request, #3265: URL: https://github.com/apache/rocketmq-dashboard/pull/3265
## Summary Extends the existing `SystemGroupFilterTest` (1 to 3 tests) to pin down the prefix-boundary contract of the system consumer-group filter. Added cases: - system tokens embedded anywhere but the start of the name do not mark a user group as system (`app_TOOLS_CONSUMER`, `xCID_SYS_custom`, `xCID_HOUSEKEEPING_x`, `orders-CID_RMQ_SYS_TRANS`, `yrmq_sys_custom`, `pre%RETRY%consumer`, `suffix_%DLQ%consumer`); - bare prefix tokens (`CID_SYS_`, `rmq_sys_`, `%RETRY%`) and the canonical prefixed names are still recognized as system. ## Why The filter hides system consumer groups from user-facing lists and dashboard counts; its prefix-boundary semantics (token must start the name) had no negative coverage. ## Testing `mvn -B test -Dtest=SystemGroupFilterTest` — 3/3 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]
