From 782353a48064712d8617039c7f5a1a536b23d24d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Pierzcha=C5=82a?= Date: Tue, 18 Aug 2026 20:04:19 +0200 Subject: [PATCH] test(ratchet): pin snapshot-handler.test.ts at main's 2654 lines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit #1847 grew the file 2652→2654 and merged minutes before #1843 pinned it at 2652 (measured against the merge-base #1843 had at the time). Both PRs were green alone and main is red together — the cross-PR growth the equality pin exists to catch, landing as a catch-up rather than a raise: the history rule agrees (2654 at the merge-base). --- src/__tests__/test-file-size-ratchet.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/__tests__/test-file-size-ratchet.test.ts b/src/__tests__/test-file-size-ratchet.test.ts index b9d3c873f..81cb97ea9 100644 --- a/src/__tests__/test-file-size-ratchet.test.ts +++ b/src/__tests__/test-file-size-ratchet.test.ts @@ -34,7 +34,7 @@ const TRIPWIRE_LINES = 1_000; // Exact current lengths. Lower a pin when its file shrinks; never raise one — extract instead. const PINNED_TEST_FILE_LINES: Readonly> = Object.freeze({ 'src/__tests__/remote-connection.test.ts': 2973, - 'src/daemon/handlers/__tests__/snapshot-handler.test.ts': 2652, + 'src/daemon/handlers/__tests__/snapshot-handler.test.ts': 2654, 'src/commands/interaction/runtime/settle.test.ts': 2361, 'src/platforms/apple/core/__tests__/runner-session.test.ts': 2083, 'src/daemon/handlers/__tests__/session-replay-runtime-maestro.test.ts': 2031,