mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 20:31:19 +00:00
test(memory): isolate slack action-runtime hotspot
This commit is contained in:
4
test/fixtures/test-parallel.behavior.json
vendored
4
test/fixtures/test-parallel.behavior.json
vendored
@@ -101,6 +101,10 @@
|
||||
{
|
||||
"file": "extensions/telegram/src/webhook.test.ts",
|
||||
"reason": "This Telegram webhook suite hoists grammY bot and InputFile mocks; keep it in its own forked channel lane so shared workers do not reuse telegram runtime modules with mismatched constructors."
|
||||
},
|
||||
{
|
||||
"file": "extensions/slack/src/action-runtime.test.ts",
|
||||
"reason": "This Slack action runtime suite measured ~766.2 MiB RSS growth locally; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file."
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user