mirror of
https://github.com/QwenLM/qwen-code.git
synced 2026-08-04 13:51:13 +00:00
* test(integration): select acp-cron notification by source, not wall-clock (#8333) * test(integration): remove tautological cron assertions (#8333) * test(integration): address review — marker-only predicate, post-match assertion (#8333) - Simplify 3a predicate to _meta.source === 'cron' only (content check was redundant for selection); assert content post-match so a prompt text regression fails loudly instead of timing out. - Drop the residual receivedAt > promptDoneAt wall-clock guard on 3b and the now-unused promptDoneAt anchor — same race class this PR fixes, and the ordering is already established by control flow. - Document 3b's reliance on notification ordering. --------- Co-authored-by: qwen-code-autofix[bot] <qwen-code-autofix[bot]@users.noreply.github.com> Co-authored-by: qwen-code-ci-bot <qwen-code-ci-bot@users.noreply.github.com> Co-authored-by: Qwen Code Bot <qwen-code-bot@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| baselines | ||
| cli | ||
| concurrent-runner | ||
| fixtures | ||
| hook-integration | ||
| interactive | ||
| sdk-typescript | ||
| terminal-bench | ||
| terminal-capture | ||
| channel-plugin.test.ts | ||
| fake-openai-server.test.ts | ||
| fake-openai-server.ts | ||
| globalSetup.ts | ||
| test-helper.ts | ||
| test-mcp-server.ts | ||
| tsconfig.json | ||
| vitest.config.ts | ||
| vitest.firstoutput.config.ts | ||
| vitest.loadtest.config.ts | ||
| vitest.terminal-bench.config.ts | ||