Parent Log:
http://ci.aztec-labs.com/9b7174caf3ef97da
Command: 816a8a0e28c14627 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/7d223783d91db15002a09abc1b52d1455eb3e3da
Env: REF_NAME=gh-readonly-queue/next/pr-14161-97080f178c0a3e244c64b3c17bf255bed63fc3cf CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 10:40:15 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14161_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
10:40:18
PASS src/snapshots/append_only_snapshot.test.ts
10:40:18 AppendOnlySnapshot
10:40:18 SnapshotBuilder
10:40:18 snapshot
10:40:18
✓ takes snapshots (74 ms)
10:40:18
✓ is idempotent (61 ms)
10:40:18
✓ returns the same path if tree has not diverged (62 ms)
10:40:18
✓ returns historic paths if tree has diverged and no new snapshots have been taken (75 ms)
10:40:18
✓ retains old snapshots even if new one are created (83 ms)
10:40:18
✓ retains old snapshots even if new one are created and the tree diverges (84 ms)
10:40:18 getSnapshot
10:40:18
✓ returns old snapshots (122 ms)
10:40:18
✓ throws if an unknown snapshot is requested (58 ms)
10:40:18 getRoot
10:40:18
✓ returns the historical root of the tree when the snapshot was taken (60 ms)
10:40:18 getDepth
10:40:18
✓ returns the same depth as the tree (46 ms)
10:40:18 getNumLeaves
10:40:18
✓ returns the historical leaves count when the snapshot was taken (63 ms)
10:40:18 getLeafValue
10:40:18
✓ returns the historical leaf value when the snapshot was taken (59 ms)
10:40:18 findLeafIndex
10:40:18
✓ returns the historical leaf index when the snapshot was taken (62 ms)
10:40:18
10:40:18
Test Suites: 1 passed, 1 total
10:40:18
Tests: 13 passed, 13 total
10:40:18
Snapshots: 0 total
10:40:18
Time: 2.214 s
10:40:18
Ran all test suites matching /merkle-tree\/src\/snapshots\/append_only_snapshot.test.ts/i
.
10:40:18
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?