mirror of
https://github.com/moltbot/moltbot.git
synced 2026-04-21 05:32:53 +00:00
test(memory): isolate browser remote-tab hotspot
This commit is contained in:
4
test/fixtures/test-parallel.behavior.json
vendored
4
test/fixtures/test-parallel.behavior.json
vendored
@@ -78,6 +78,10 @@
|
||||
"file": "src/browser/chrome.test.ts",
|
||||
"reason": "This Chrome helper suite is green alone but can inherit stale fetch, websocket, or timer state from the shared channel lane; keep it isolated so its CDP timeout assertions stay deterministic."
|
||||
},
|
||||
{
|
||||
"file": "src/browser/server-context.remote-tab-ops.test.ts",
|
||||
"reason": "This browser remote-tab aggregate wrapper measured ~1.03 GiB RSS growth locally even after explicit Playwright teardown; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file."
|
||||
},
|
||||
{
|
||||
"file": "extensions/telegram/src/bot.create-telegram-bot.test.ts",
|
||||
"reason": "This Telegram bot bootstrap suite is green alone but can inherit stale command-registration spies and bot runtime state from the shared channel lane; keep it isolated for deterministic command assertions."
|
||||
|
||||
Reference in New Issue
Block a user