yyqdbngt opened a new pull request, #3283: URL: https://github.com/apache/rocketmq-dashboard/pull/3283
## Summary Adds `AliyunConvertersPayloadTest`, first tests for the Aliyun converter `tryBase64Decode` helper, which the existing converter test files do not exercise. Coverage: - valid base64 payloads decode strictly as UTF-8 (ASCII and multi-byte text); - blank and malformed payloads degrade to null; - payloads that are valid base64 but not valid UTF-8 also degrade to null (malformed-input reporting is enabled). ## Why Message bodies arriving from Aliyun are base64-encoded; the strict UTF-8 contract determines whether a body renders or is treated as undecodable. ## Testing `mvn -B test -Dtest=AliyunConvertersPayloadTest` — 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]
