qwen-code/integration-tests
tanzhenxin cc32ef2ff9
test(perf): skip daemon baseline harness under sandbox (#4234)
The qwen-serve-baseline harness walks the daemon process tree using
host-side `pgrep -P`. Under the Docker/Podman sandbox the daemon's
`qwen --acp` child and its MCP grandchildren run inside the container's
PID namespace, which host `pgrep` cannot observe, so the MCP-grandchild
descendant walk always sees zero and times out. The test passes in the
no-sandbox job but failed every retry in the Docker release job.

Extend the existing Windows `SKIP` gate to also skip when sandbox is
enabled, matching the precedent in acp-integration.test.ts and
cron-tools.test.ts.

Refs #4205
2026-05-17 17:52:34 +08:00
..
baselines test(perf): add daemon baseline harness (#4175 Wave 1 PR 1) (#4205) 2026-05-17 00:41:26 +08:00
cli test(perf): skip daemon baseline harness under sandbox (#4234) 2026-05-17 17:52:34 +08:00
concurrent-runner feat(web-search): remove built-in web_search tool, replace with MCP-based approach (#3502) 2026-04-24 11:29:02 +08:00
fixtures test(perf): add daemon baseline harness (#4175 Wave 1 PR 1) (#4205) 2026-05-17 00:41:26 +08:00
hook-integration feat(hooks): Add HTTP Hook, Function Hook and Async Hook support (#2827) 2026-04-16 10:10:33 +08:00
interactive test: stabilize main e2e flakes (#3992) 2026-05-10 21:50:04 +08:00
sdk-typescript fix(test): clear boundedPromise timers to prevent unhandled rejections (#4220) 2026-05-17 08:28:22 +08:00
terminal-bench Terminal Bench Integration Test (#521) 2025-09-05 17:02:03 +08:00
terminal-capture fix(cli): preserve table ANSI color across wrapped lines (#4050) 2026-05-12 16:09:39 +08:00
channel-plugin.test.ts docs(channels): add plugin developer guide and rename mock to plugin-example 2026-03-27 03:19:34 +00:00
globalSetup.ts feat(core): support QWEN_HOME env var to customize config directory (#2953) 2026-05-09 15:51:52 +08:00
test-helper.ts fix(integration-tests): honor stdinDoesNotEnd option (#2966) 2026-04-18 09:17:27 +08:00
test-mcp-server.ts # 🚀 Sync Gemini CLI v0.2.1 - Major Feature Update (#483) 2025-09-01 14:48:55 +08:00
tsconfig.json refactor(serve): 1 daemon = 1 workspace (#3803 §02) (#4113) 2026-05-15 12:44:36 +08:00
vitest.config.ts add doc for hooks and skip integration test 2026-03-12 07:44:26 -07:00
vitest.terminal-bench.config.ts Fix E2E caused by Terminal Bench test (#529) 2025-09-08 10:51:14 +08:00