tju-yxq opened a new pull request, #2039:
URL: https://github.com/apache/rocketmq-dashboard/pull/2039

   ## Summary
   
   This PR adds focused regression coverage for another audited batch of older 
issue reports whose original descriptions overstated live reproduction evidence.
   
   It covers current `rocketmq-studio` behavior for:
   
   - reset offset rejecting a blank topic before resolving an admin client;
   - send message rejecting oversized UTF-8 bodies before resolving endpoints 
or constructing a producer;
   - send message allowing a body exactly at the 4 MiB default limit;
   - consumer group listing returning DB-backed list fields without per-group 
live admin enrichment.
   
   ## Evidence boundary
   
   - Verified by code inspection and focused/mocked unit tests.
   - This PR does not claim live UI testing, live broker testing, or a deployed 
dashboard performance measurement.
   
   ## Verification
   
   ```bash
   cd server
   mvn -DskipTests=false 
"-Dtest=RocketMQAdminClientImplTest#resetOffsetShouldRejectBlankTopicBeforeResolvingAdmin+sendMessageShouldRejectOversizedUtf8BodyBeforeResolvingEndpointOrCreatingProducer+sendMessageShouldAllowBodyAtMaximumSize,RocketMQMetadataProviderTest#listConsumerGroupsShouldNotFetchLiveAdminInfoForEachGroup+listConsumerGroupsReadsConsumeTypeColumn+listConsumerGroupsFallsBackToClusteringWhenConsumeTypeIsBlank"
 test
   ```
   
   Result: `BUILD SUCCESS`; `Tests run: 6, Failures: 0, Errors: 0, Skipped: 0`.


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