yyqdbngt opened a new pull request, #3867: URL: https://github.com/apache/rocketmq-dashboard/pull/3867
### Motivation The existing `QueryHistoryServiceIntegrationTest` proves full-length usernames survive persistence. The end-to-end record round-trip — record, list, and load the stored id's result snapshot — was untested against the real database. ### Changes - `queryHistoryRoundTripsTheStoredRecordIdTest`: a recorded message query is listed back by cluster, and the stored record's id resolves to an empty result snapshot without errors, with the row cleaned up afterwards. ### Verification ``` mvn -B test -Dtest=QueryHistoryServiceIntegrationTest [INFO] Tests run: 2, 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]
