Aias00 opened a new pull request, #2669: URL: https://github.com/apache/rocketmq-dashboard/pull/2669
## Summary - remove the legacy five-page cap from Aliyun consumer group listing - stop by upstream totalCount when available, or by short/empty page when totalCount is unavailable - add exact 500, 501, and missing-total short-page regression coverage ## Related Closes #2667 This refreshes the closed #2442 / #2449 fix against the current rocketmq-studio branch. ## Verification - RED: `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -Dtest=AliyunInstanceProviderTest test` failed before the implementation with `Expected size: 501 but was: 500` - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q -Dtest=AliyunInstanceProviderTest test` - `JAVA_HOME=$(/usr/libexec/java_home -v 21) mvn -q test` - `git diff --check` -- 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]
