Automattic / Automattic/wp-codebox
Browser preview route crashes runtime on transient ECONNRESET
- Ngôn ngữ chính
- TypeScript
- Star
- 16
- Fork
- 4
- Merge trung bình
- 59 phút
- Pull request đã merge (30 ngày)
- 131
Mô tả
## Problem
A transient asset proxy reset in browser preview routing escapes the route handler as an unhandled rejection and terminates the entire WP Codebox recipe process.
## Evidence
During a valid multisite browser scenario, the runtime crashed while fetching a non-critical theme font:
```
route.fetch: read ECONNRESET
GET /wp-content/themes/extrachill/assets/fonts/Lobster2.woff2
at fetchBrowserPreviewRoutedHost (.../browser-preview-routing.js:287:36)
at fulfillBrowserPreviewRoutedHost (.../browser-preview-routing.js:219:28)
```
The backend suite had completed and no changed browser assertion executed. Homeboy run: `c5bd79ee-f9c7-479e-bb1f-73cca37e98d2`.
## Expected
Preview routing handles transient upstream fetch failures without crashing the Node process. The individual request may fail/abort and should be recorded as network evidence, while the browser scenario and cleanup remain under normal lifecycle control.
## Acceptance criteria
1. `route.fetch()` rejection is caught inside preview routing.
2. A failed non-document asset request does not terminate the recipe process.
3. Document navigation failures remain explicit scenario failures.
4. Regression coverage injects an `ECONNRESET` for a subresource.
## AI assistance
- **AI assistance:** Yes
- **Tool:** OpenCode with GPT-5.6 Sol
- **Used for:** Capturing and classifying the disposable browser-runtime crash.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Hướng nghiên cứu
Bắt đầu trong browser-preview-routing.js, quanh fetchBrowserPreviewRoutedHost và fulfillBrowserPreviewRoutedHost, sử dụng bằng chứng ECONNRESET từ lần chạy Homeboy c5bd79ee-f9c7-479e-bb1f-73cca37e98d2 làm ngữ cảnh. Thêm kiểm thử hồi quy để inject một ECONNRESET cho một subresource, sau đó xác minh rằng các lỗi asset không làm tiến trình kết thúc, trong khi các lỗi điều hướng tài liệu vẫn là các lỗi kịch bản rõ ràng.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Đánh giá
- Công nghệ
- node.js, typescript
- Lĩnh vực
- testing-qa, web-dev
- Loại issue
- Lỗi
- Độ khó
- 3/5
- Thời gian dự kiến
- 1-2 ngày
- Mức độ hoạt động
- Ít trao đổi
- Độ rõ ràng
- Đặc tả rõ ràng
- Mức phù hợp với người mới
- 74/100