yyqdbngt opened a new pull request, #3818: URL: https://github.com/apache/rocketmq-dashboard/pull/3818
### Motivation The existing `AliyunConvertersTraceElementsTest` proves null SDK elements are skipped, but the record-less consumer branch and a null consumer-info list were untested. ### Changes - `toTraceRecordShouldBuildConsumerStatusFromRecordLessGroups`: consumers without per-record detail still contribute one node and one consumer status per group, with `SUCCESS`/`FAILED`/`UNKNOWN` mapped to `success`/`failed`/`pending`. - `toTraceRecordShouldTolerateNullConsumerInfoLists`: a null `consumerInfos` list yields empty nodes and statuses without errors. ### Verification ``` mvn -B test -Dtest=AliyunConvertersTraceElementsTest [INFO] Tests run: 3, 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]
