yyqdbngt opened a new pull request, #3338: URL: https://github.com/apache/rocketmq-dashboard/pull/3338
## Summary Extends the existing `AliyunConvertersMessageKeysTest` (1 to 3 tests) to pin down the message-key join contract. Added cases: - a single key passes through unchanged; - a list containing only null/blank keys yields a null message key (no empty-string artifact); - internal spaces inside a key are preserved when keys are joined (`k a` + `key-b` → `k a key-b`). ## Why The converter emits the message key column from Aliyun payloads; only the skip-null-and-blank case was covered before. ## Testing `mvn -B test -Dtest=AliyunConvertersMessageKeysTest` — 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]
