yyqdbngt opened a new pull request, #3792: URL: https://github.com/apache/rocketmq-dashboard/pull/3792
### Motivation The existing `RegistryProbeRunnerTest` proves the happy path of concurrent probes, but the empty-input short-circuit, per-entry failure isolation and the timeout interruption path were untested in the runner itself. ### Changes - `emptyEntriesShouldProbeNothing`: an empty registry list completes immediately without invoking the probe function. - `failingProbeDegradesOnlyItsOwnEntry`: a probe that throws contributes nothing while the sibling entry's clusters are still returned. - `timedOutProbeReturnsEmptyWithoutThrowing`: a probe that blocks past the runner's timeout is cancelled and degrades to an empty result instead of failing the whole batch. ### Verification ``` mvn -B test -Dtest=RegistryProbeRunnerTest [INFO] Tests run: 4, 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]
