chore(ci): Fix flaky cca tests#1811
Conversation
✅ Deploy Preview for cedarjs canceled.
|
Greptile SummaryThis PR addresses flaky CCA (create-cedar-app) E2E tests by making post-test directory cleanup more resilient: it adds a brief delay and swallows errors when
Confidence Score: 5/5All changes are confined to test cleanup code; no production logic is touched and the fix correctly addresses the identified race condition. The changes are narrow and well-understood: a retry wrapper around directory removal in the TypeScript test, and equivalent best-effort cleanup in the shell scripts. No application logic is modified, and the Tcl No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "more cca flakyness fixes" | Re-trigger Greptile |
|
| Command | Status | Duration | Result |
|---|---|---|---|
nx run-many -t build:pack --exclude create-ceda... |
✅ Succeeded | 2s | View ↗ |
nx run-many -t build |
✅ Succeeded | 3m 12s | View ↗ |
☁️ Nx Cloud last updated this comment at 2026-05-22 03:26:23 UTC
… install
The yarn install for packages/create-cedar-rsc-app has been intermittently
failing on Windows CI with exit code 127 ("command not found"). Documents
the 2026-05-22 failure from PR cedarjs#1811 run 26263998951.

CI was failing on the CCA tests in #1799
This is my attempted fix