test(memory): isolate browser remote-tab hotspot

This commit is contained in:
Vincent Koc
2026-03-24 10:43:51 -07:00
parent fbe5f45340
commit a088109327

View File

@@ -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."