btlqql commented on PR #4296: URL: https://github.com/apache/rocketmq-dashboard/pull/4296#issuecomment-5673331307
Whole-suite comparison for this branch (`npx vitest run` in `web/`, base worktree = pristine `rocketmq-studio` @ 6c24d2ed): ``` base Test Files 24 failed | 96 passed (120) Tests 178 failed | 803 passed (981) branch Test Files 9 failed | 111 passed (120) Tests 19 failed | 959 passed (978) ``` The base run was taken while two other test runs were loading the same machine, so its counts are inflated by load-induced `Test timed out in 20000ms` (151 of the 178). Of the 20 failures on this branch, 19 also appear in that base log and none is in the changed file; the one extra entry is `src/layouts/MainLayout.test.tsx`, which fails to *collect* in this worktree with `Cannot find module .../@phosphor-icons/react/dist/defs/SelectionForeground.es.js` (an incomplete `node_modules` install, unrelated to this change). The changed suite itself is green: `SystemAlertsPage.test.tsx` 15/15. -- 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]
