From 776f0768c6bfdf9982a2612ac7761bc1ef6496d4 Mon Sep 17 00:00:00 2001 From: Vladimir Rogojin Date: Sun, 3 May 2026 10:14:06 +0200 Subject: [PATCH 1/3] test(e2e-live): per-session isolation + bounded-parallel provisioning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two concurrent invocations of `npm run test:e2e-live` previously shared a flat namespace for Docker container names and /tmp directories — a hand- ful of name collisions away from cross-run interference. Add a per-process SESSION_ID (8-hex, generated once at module load; overridable via TRADER_E2E_SESSION_ID) and stamp it onto: - Every Docker container name (trader + escrow): trader-e2e--