yyqdbngt opened a new pull request, #3864: URL: https://github.com/apache/rocketmq-dashboard/pull/3864
### Motivation The existing `QueryHistorySchemaIndexTest` covers the fresh schema and the migration over index-less legacy tables. Re-running the migration over tables that already carry the user-scoped indexes was untested. ### Changes - `migrationIsIdempotentWhenIndexesAlreadyExistTest`: legacy tables pre-created with the three owner/type lookup indexes survive two migration runs with the index column orders intact. ### Verification ``` mvn -B test -Dtest=QueryHistorySchemaIndexTest [INFO] Tests run: 3, 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]
