Parent Log:
http://ci.aztec-labs.com/d447f9a13417abbf
Command: d2a1f586812a792c yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/full_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/71fe6b444df8fafa5531226cf458dbd22d2f3ab7
Env: REF_NAME=gh-readonly-queue/master/pr-15117-c06f30929f18b85bcea93c0926a8d640a3819f00 CURRENT_VERSION=0.87.8 CI_FULL=1
Date: Tue Jun 17 19:28:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15117_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_7a58bd91eb639a95_master
19:28:26
PASS src/snapshots/full_snapshot.test.ts
19:28:26 FullSnapshotBuilder
19:28:26 SnapshotBuilder
19:28:26 snapshot
19:28:26
✓ takes snapshots (77 ms)
19:28:26
✓ is idempotent (77 ms)
19:28:26
✓ returns the same path if tree has not diverged (80 ms)
19:28:26
✓ returns historic paths if tree has diverged and no new snapshots have been taken (75 ms)
19:28:26
✓ retains old snapshots even if new one are created (89 ms)
19:28:26
✓ retains old snapshots even if new one are created and the tree diverges (87 ms)
19:28:26 getSnapshot
19:28:26
✓ returns old snapshots (150 ms)
19:28:26
✓ throws if an unknown snapshot is requested (59 ms)
19:28:26 getRoot
19:28:26
✓ returns the historical root of the tree when the snapshot was taken (65 ms)
19:28:26 getDepth
19:28:26
✓ returns the same depth as the tree (54 ms)
19:28:26 getNumLeaves
19:28:26
✓ returns the historical leaves count when the snapshot was taken (57 ms)
19:28:26 getLeafValue
19:28:26
✓ returns the historical leaf value when the snapshot was taken (65 ms)
19:28:26 findLeafIndex
19:28:26
✓ returns the historical leaf index when the snapshot was taken (55 ms)
19:28:26
19:28:26
Test Suites: 1 passed, 1 total
19:28:26
Tests: 13 passed, 13 total
19:28:26
Snapshots: 0 total
19:28:26
Time: 2.193 s
19:28:26
Ran all test suites matching /merkle-tree\/src\/snapshots\/full_snapshot.test.ts/i
.
19:28:26
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?