Parent Log:
http://ci.aztec-labs.com/96c46d3891517db0
Command: 1c06fcdf9304d11a yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1b899817816052aa86b702e2fe099b5054167aa3
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Wed Jun 18 21:26:18 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
21:26:21
PASS src/snapshots/append_only_snapshot.test.ts
21:26:21 AppendOnlySnapshot
21:26:21 SnapshotBuilder
21:26:21 snapshot
21:26:21
✓ takes snapshots (67 ms)
21:26:21
✓ is idempotent (44 ms)
21:26:21
✓ returns the same path if tree has not diverged (54 ms)
21:26:21
✓ returns historic paths if tree has diverged and no new snapshots have been taken (58 ms)
21:26:21
✓ retains old snapshots even if new one are created (70 ms)
21:26:21
✓ retains old snapshots even if new one are created and the tree diverges (81 ms)
21:26:21 getSnapshot
21:26:21
✓ returns old snapshots (103 ms)
21:26:21
✓ throws if an unknown snapshot is requested (55 ms)
21:26:21 getRoot
21:26:21
✓ returns the historical root of the tree when the snapshot was taken (49 ms)
21:26:21 getDepth
21:26:21
✓ returns the same depth as the tree (44 ms)
21:26:21 getNumLeaves
21:26:21
✓ returns the historical leaves count when the snapshot was taken (52 ms)
21:26:21 getLeafValue
21:26:21
✓ returns the historical leaf value when the snapshot was taken (56 ms)
21:26:21 findLeafIndex
21:26:21
✓ returns the historical leaf index when the snapshot was taken (53 ms)
21:26:21
21:26:21
Test Suites: 1 passed, 1 total
21:26:21
Tests: 13 passed, 13 total
21:26:21
Snapshots: 0 total
21:26:21
Time: 1.824 s
21:26:21
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
21:26:21
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?