Skip to content

Commit db42f99

Browse files
committed
test(integration): refresh container-cjs_node24 log snapshot
The container-cjs_node24 snapshot was originally captured during a container init that timed out and recovered. That left two artifacts that no other container snapshot shares: - a leading `INIT_REPORT ... Status: timeout` line - the cold-start `END Duration` line missing the `(init: XXXX ms)` segment that AWS Lambda normally bundles when init completes inside the budget After routing integration tests to dind runners (faster image cache) and shipping handler.mjs as the sole entrypoint (no shim probing), the container init now reliably finishes inside the init budget. The new log shape matches every sibling container snapshot (container-cjs_node18/20/22 and container-esm_node18/20/22/24). Refresh the snapshot to that shape. After this change, container-cjs_node24.log is byte-aligned with container-cjs_node22.log on the `END Duration` line positions (107, 213, 319, ...).
1 parent 91f793b commit db42f99

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

integration_tests/snapshots/logs/container-cjs_node24.log

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
INIT_REPORT Init Duration: XXXX ms Phase: init Status: timeout
21
START
32
{
43
"e": XXXX,
@@ -105,7 +104,7 @@ START
105104
]
106105
]
107106
}
108-
END Duration: XXXX ms Memory Used: XXXX MB
107+
END Duration: XXXX ms (init: XXXX ms) Memory Used: XXXX MB
109108
START
110109
{
111110
"e": XXXX,

0 commit comments

Comments
 (0)