Parent Log:
http://ci.aztec-labs.com/33a1b119926f6359
Command: 5b4d9f16dc72b5a7 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/1b10c7d500621ca2e4c0db764df67f3085beb282
Env: REF_NAME=gh-readonly-queue/next/pr-15229-99e234fe4473771b32124e0402885610a6a3f98a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 10:04:38 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15229_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
10:04:43
PASS src/snapshots/indexed_tree_snapshot.test.ts
10:04:43 IndexedTreeSnapshotBuilder
10:04:43 SnapshotBuilder
10:04:43 snapshot
10:04:43
✓ takes snapshots (115 ms)
10:04:43
✓ is idempotent (125 ms)
10:04:43
✓ returns the same path if tree has not diverged (137 ms)
10:04:43
✓ returns historic paths if tree has diverged and no new snapshots have been taken (156 ms)
10:04:43
✓ retains old snapshots even if new one are created (132 ms)
10:04:43
✓ retains old snapshots even if new one are created and the tree diverges (176 ms)
10:04:43 getSnapshot
10:04:43
✓ returns old snapshots (399 ms)
10:04:43
✓ throws if an unknown snapshot is requested (106 ms)
10:04:43 getRoot
10:04:43
✓ returns the historical root of the tree when the snapshot was taken (133 ms)
10:04:43 getDepth
10:04:43
✓ returns the same depth as the tree (109 ms)
10:04:43 getNumLeaves
10:04:43
✓ returns the historical leaves count when the snapshot was taken (122 ms)
10:04:43 getLeafValue
10:04:43
✓ returns the historical leaf value when the snapshot was taken (117 ms)
10:04:43 findLeafIndex
10:04:43
✓ returns the historical leaf index when the snapshot was taken (122 ms)
10:04:43 getSnapshot
10:04:43
✓ returns historical leaf data (167 ms)
10:04:43 findIndexOfPreviousValue
10:04:43
✓ returns the index of the leaf with the closest value to the given value (145 ms)
10:04:43
10:04:43
Test Suites: 1 passed, 1 total
10:04:43
Tests: 15 passed, 15 total
10:04:43
Snapshots: 0 total
10:04:43
Time: 3.466 s
10:04:43
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
10:04:43
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?