From 488ad4ac709975707e06b0cf89fbbd6fd62bcc63 Mon Sep 17 00:00:00 2001 From: Vincent Koc Date: Tue, 24 Mar 2026 10:46:17 -0700 Subject: [PATCH] test(memory): isolate telegram bot hotspot --- test/fixtures/test-parallel.behavior.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/test/fixtures/test-parallel.behavior.json b/test/fixtures/test-parallel.behavior.json index cee7ee2b4aa..7b27f854a82 100644 --- a/test/fixtures/test-parallel.behavior.json +++ b/test/fixtures/test-parallel.behavior.json @@ -86,6 +86,10 @@ "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." }, + { + "file": "extensions/telegram/src/bot.test.ts", + "reason": "This Telegram bot runtime suite measured ~819.9 MiB RSS growth locally; keep it in its own forked channel lane so the shared channels worker can recycle immediately after the hotspot file." + }, { "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."