mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-15 22:21:20 +00:00
Verifies that a single requestId propagates across at least 3 lifecycle stages emitted from different modules, and that ALS context survives across async boundaries (setImmediate, microtask, promise.then). Registered in test:slow bucket per validate:ci-parity gate. Refs #1141, #1138