tju-yxq commented on PR #1815: URL: https://github.com/apache/rocketmq-dashboard/pull/1815#issuecomment-5269692992
CI follow-up: the previous backend check failed because this PR was based on an older interface where `getMessageTrace` accepted two parameters, while the current `rocketmq-studio` branch requires `(instanceId, msgId, topic)`. I rebased the branch onto the current upstream `rocketmq-studio` and updated the new empty-trace regression test to pass the topic parameter. Verification after the rebase: ```bash mvn -DskipTests=false "-Dtest=AliyunInstanceProviderTest#getMessageTraceShouldMapNodesTest+getMessageTraceShouldReturnEmptyTraceWhenAliyunDataIsNullTest" test mvn -DskipTests=false test-compile ``` Results: - Focused test: `BUILD SUCCESS`; `Tests run: 2, Failures: 0, Errors: 0, Skipped: 0` - Test compilation: `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]
