.qwen/e2e-tests/2026-08-04-secondary-artifact-workspace-ownership.md
Issue: https://github.com/QwenLM/qwen-code/issues/8494
qwen 0.21.3qwen serve --help confirms repeated --workspace registration and Web
Shell serving are available.workspaceId.dist/cli.js serve on loopback with both --workspace
flags and the production Web Shell bundle.Open a secondary-session artifact and download/preview its sentinel.
Expected:
/workspaces/<secondary>/file....Open the secondary durable task, toggle it, edit it, and delete the test copy.
Expected:
/workspaces/<secondary>/scheduled-tasks....Keep an artifact tab open, then remove or mark the secondary workspace unavailable in the capability fixture before a delayed read resolves.
Expected:
Result: PASS
workspaceId.BranchPickerPopover.module.css, GitModePopover.module.css,
GitDialog.module.css, PlanExecutionView.module.css, and index.html.The built CLI served the copied production bundle with two trusted workspaces.
GET /capabilities advertised distinct primary and secondary runtime IDs, and
the served JavaScript contained the new stale-owner guard.
The same relative file was read through both routes:
GET /file?path=artifact-owner.txt returned
PRIMARY_WORKSPACE_SENTINEL_8494, SHA-256
818d5f4f1fb9c7e3f9bdfd9a3ad39361c93a23ca3f3d0ba5e4a7c889b33b9127.GET /workspaces/<secondary-id>/file?path=artifact-owner.txt returned
SECONDARY_WORKSPACE_SENTINEL_8494, SHA-256
0e9fac7909b16ff8b17014ea103ed5018c8b4e9ad21d2f95e128fef3a3544a12.Durable task CRUD was exercised against isolated primary and secondary task fixtures:
/workspaces/<secondary-id>/scheduled-tasks....The daemon request log independently recorded the qualified file, bytes, scheduled-task POST/GET/PATCH/DELETE routes and their successful statuses.
The in-app browser runtime reported no available browser instance, so a UI screenshot could not be captured in this environment. No synthetic screenshot was substituted. The production server returned the current Web Shell bundle with HTTP 200, and the DOM behavior is covered by the focused and full suites above.