yyqdbngt opened a new pull request, #3823: URL: https://github.com/apache/rocketmq-dashboard/pull/3823
### Motivation The existing `messageHistory.test.ts` covers filtered message history, trace history and the summary endpoint, but the fourth export — `getMessageQueryResults` loading a stored result snapshot — was untested. ### Changes - `loads the stored result snapshot for a history record`: the results endpoint is called with the history record id in the URL and the snapshot rows are returned. ### Verification ``` ./node_modules/.bin/vitest run src/api/messageHistory.test.ts # 3 passed ./node_modules/.bin/tsc --noEmit # clean ./node_modules/.bin/eslint src/api/messageHistory.test.ts # 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]
