Aias00 opened a new issue, #969:
URL: https://github.com/apache/rocketmq-dashboard/issues/969

   ## Problem
   
   `web/vite.config.ts` fixes Vitest to `maxWorkers: 32` and `minWorkers: 4`. 
This assumes a 32-core development host and can oversubscribe smaller local or 
CI runners, making the complete frontend suite unnecessarily resource-intensive.
   
   ## Expected behavior
   
   Use Vitest's environment-aware worker defaults rather than a host-specific 
count, while retaining the existing interaction timeouts required by the 
jsdom/Ant Design tests.
   
   ## Scope
   
   - remove the hard-coded worker-count override
   - retain test and hook timeouts
   - validate the full frontend test suite on a normal local runner
   
   Track: Studio quality and CI readiness.


-- 
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