Commit db42f99
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | 1 | | |
3 | 2 | | |
4 | 3 | | |
| |||
105 | 104 | | |
106 | 105 | | |
107 | 106 | | |
108 | | - | |
| 107 | + | |
109 | 108 | | |
110 | 109 | | |
111 | 110 | | |
| |||
0 commit comments