yyqdbngt opened a new pull request, #3884:
URL: https://github.com/apache/rocketmq-dashboard/pull/3884

   ### Motivation
   
   The proxy API tests covered the home page query, address add/remove, and the 
empty-list edge, but the live topology and config reload endpoints had no 
coverage at all. This PR grows the suite from 4 to 7 cases.
   
   ### Changes
   
   - `getProxyTopology` returns the decoded per-node reachability rows, 
including a healthy UP node and a DOWN node with a null remoting port.
   - An unregistered cluster resolves to an empty topology array.
   - `reloadProxyConfig` posts the `{ clusterId, addr }` payload to 
`/proxies/config/reload` and resolves the success flag.
   
   ### Verification
   
   - `vitest run src/api/proxy.test.ts`: 7/7 passed
   - `tsc --noEmit`: clean
   - `eslint src/api/proxy.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]

Reply via email to