Parent Log:
http://ci.aztec-labs.com/a124b8066e3d7f5d
Command: 80c2da90db94773b yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/634f8607a18c02c1d6e9ab5f302821fa8fc0e833
Env: REF_NAME=gh-readonly-queue/next/pr-15235-1107a5aec5cc4c3884ed30df5e1e4c4417fa4588 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 26 16:06:53 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15235_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_next
16:06:57
PASS src/snapshots/full_snapshot.test.ts
16:06:57 FullSnapshotBuilder
16:06:57 SnapshotBuilder
16:06:57 snapshot
16:06:57
✓ takes snapshots (78 ms)
16:06:57
✓ is idempotent (57 ms)
16:06:57
✓ returns the same path if tree has not diverged (96 ms)
16:06:57
✓ returns historic paths if tree has diverged and no new snapshots have been taken (118 ms)
16:06:57
✓ retains old snapshots even if new one are created (96 ms)
16:06:57
✓ retains old snapshots even if new one are created and the tree diverges (92 ms)
16:06:57 getSnapshot
16:06:57
✓ returns old snapshots (109 ms)
16:06:57
✓ throws if an unknown snapshot is requested (60 ms)
16:06:57 getRoot
16:06:57
✓ returns the historical root of the tree when the snapshot was taken (62 ms)
16:06:57 getDepth
16:06:57
✓ returns the same depth as the tree (63 ms)
16:06:57 getNumLeaves
16:06:57
✓ returns the historical leaves count when the snapshot was taken (72 ms)
16:06:57 getLeafValue
16:06:57
✓ returns the historical leaf value when the snapshot was taken (91 ms)
16:06:57 findLeafIndex
16:06:57
✓ returns the historical leaf index when the snapshot was taken (67 ms)
16:06:57
16:06:57
Test Suites: 1 passed, 1 total
16:06:57
Tests: 13 passed, 13 total
16:06:57
Snapshots: 0 total
16:06:57
Time: 2.343 s
16:06:57
Ran all test suites matching merkle-tree/src/snapshots/full_snapshot.test.ts
.
16:06:57
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?