mirror of
https://github.com/openclaw/openclaw.git
synced 2026-03-24 16:32:29 +00:00
perf: trim more vitest thread pins
This commit is contained in:
@@ -182,7 +182,7 @@ describe("gateway server chat", () => {
|
||||
finish();
|
||||
return;
|
||||
}
|
||||
opts?.abortSignal?.addEventListener("abort", finish, { once: true });
|
||||
opts?.abortSignal?.addEventListener("abort", finish, { once: true });
|
||||
});
|
||||
return undefined;
|
||||
});
|
||||
|
||||
48
test/fixtures/test-parallel.behavior.json
vendored
48
test/fixtures/test-parallel.behavior.json
vendored
@@ -32,10 +32,6 @@
|
||||
"file": "src/cli/deps.test.ts",
|
||||
"reason": "Measured ~81% faster under threads than forks on base config while keeping dependency checks green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/nodes-cli.coverage.test.ts",
|
||||
"reason": "Measured ~12% faster under threads than forks on base config while keeping nodes CLI coverage green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/daemon-cli/restart-health.test.ts",
|
||||
"reason": "Measured ~35% faster under threads than forks on base config while keeping daemon restart health coverage green."
|
||||
@@ -52,10 +48,6 @@
|
||||
"file": "src/cli/skills-cli.test.ts",
|
||||
"reason": "Measured ~27% faster under threads than forks on base config while keeping skills CLI coverage green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/run-main.exit.test.ts",
|
||||
"reason": "Measured ~12% faster under threads than forks on base config while keeping run-main exit coverage green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/completion-fish.test.ts",
|
||||
"reason": "Measured ~41% faster under threads than forks on base config while keeping fish completion coverage green."
|
||||
@@ -164,10 +156,6 @@
|
||||
"file": "src/infra/outbound/outbound.test.ts",
|
||||
"reason": "Measured ~14% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/daemon-cli/install.integration.test.ts",
|
||||
"reason": "Measured ~12% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/plugins/web-search-providers.runtime.test.ts",
|
||||
"reason": "Measured ~17% faster under threads than forks on this host while keeping the file green."
|
||||
@@ -195,42 +183,6 @@
|
||||
{
|
||||
"file": "src/media-understanding/runner.video.test.ts",
|
||||
"reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/secrets/audit.test.ts",
|
||||
"reason": "Measured ~14% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/secrets/runtime-web-tools.test.ts",
|
||||
"reason": "Measured ~13% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/security/audit.test.ts",
|
||||
"reason": "Measured ~40% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "ui/src/ui/views/chat.test.ts",
|
||||
"reason": "Measured ~25% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/tui/tui-session-actions.test.ts",
|
||||
"reason": "Measured ~11% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/tui/gateway-chat.test.ts",
|
||||
"reason": "Measured ~11% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/program/preaction.test.ts",
|
||||
"reason": "Measured ~21% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/cli/program.smoke.test.ts",
|
||||
"reason": "Measured ~13% faster under threads than forks on this host while keeping the file green."
|
||||
},
|
||||
{
|
||||
"file": "src/tts/tts.test.ts",
|
||||
"reason": "Terminates cleanly under threads, but not process forks on this host."
|
||||
}
|
||||
],
|
||||
"vmForkPinned": []
|
||||
|
||||
Reference in New Issue
Block a user