yuluo-yx opened a new pull request, #4409: URL: https://github.com/apache/rocketmq-dashboard/pull/4409
<!-- Make sure the base branch is `master`: that is the RocketMQ Studio trunk. --> ### Which Issue(s) This PR Fixes - Fixes #3210 - Replaces #3211, closed by the branch switch in #4379. ### Brief Description This is a resubmission of #3211 against `master`, following the branch switch notice in #4379. The fork branch is unchanged; `master` is now the RocketMQ Studio trunk. 为数据源设置增加有界并发的连通性批量检查,汇总成功、失败、跳过认证和请求耗时,避免逐个进入编辑器重复检查。 ## 改动说明 - 按数据源 key 去重,使用有界工作队列调用既有测试接口。 - 逐项保留成功、失败及耗时,不因单个失败丢弃其它结果。 - Basic Auth 与 Bearer Token 数据源需要编辑器中的运行时凭据,批量检查明确跳过,不发送空凭据。 - 展示测试数、成功数、失败数、跳过数及延迟汇总。 ## 行为边界 批量检查不修改数据源配置,使用现有测试接口。带认证的数据源需要在编辑器中输入运行时凭据后单独检查。 Fixes #3210 ### How Did You Test This Change? The original pull request body did not contain a separate verification section. See the migrated description and previous PR discussion. ### Checklist - [x] One coherent change; unrelated modifications are not bundled in - [x] Commit subject follows Conventional Commits (`feat:` / `fix:` / `refactor:` / `chore:` / `docs:` / `perf:`) - [x] Tests added or updated for non-trivial changes, test methods named `...Test` - [x] New UI text has both Chinese and English entries under `web/src/i18n/`, or the change does not add UI text - [x] Architecture constraints stay green (`mvn test` runs the ArchUnit checks), or the original verification scope is stated above - [x] New source files carry the ASF license header, or no new source files were added - [x] Documentation touched where behaviour changed (README / `docs/` / in-app help), or no documentation change was required -- 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]
