7487 commented on PR #39658: URL: https://github.com/apache/superset/pull/39658#issuecomment-5489231497
Triaged the 8 failures from the 2026-08-31 run — none were caused by this diff. The branch was based on an April master (~2,800 commits behind), so the PR-head checkout no longer matched the current CI workflow definitions: - **bundle-size**: `Cannot find module .../scripts/bundle-size-summary.js` — script added to master on 2026-08-15 (#42511), absent from the stale checkout. - **playwright (x4)**: `build-embedded-sdk: command not found` — bashlib function missing from the stale checkout. - **cypress-matrix**: `cypress_run.py: error: argument --parallelism: expected one argument` — same workflow/checkout drift. - **validate-frontend**: `npm ls` ELSPROBLEMS against the stale lockfile. Pushed a merge of upstream/master (277b07d) to refresh the branch — no code changes, the PR diff is still just `formatValue.ts` + its tests. Verified locally on the merged tree: the formatValue jest suite passes (14/14) and the exact `npm ls --all --package-lock-only` command from validate-frontend now exits 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
