Parent Log:
http://ci.aztec-labs.com/e90b37f7336f7b9a
Command: 3d59cf67433a82a0 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ada03190841b1923625905b0e6ea3bdc4a3b3e84
Env: REF_NAME=gh-readonly-queue/next/pr-14953-1650b3d017a2a4fa5182c8787e79cc108e24e1f4 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 12 10:49:34 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14953_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:49:38
PASS src/snapshots/indexed_tree_snapshot.test.ts
10:49:38 IndexedTreeSnapshotBuilder
10:49:38 SnapshotBuilder
10:49:38 snapshot
10:49:38
✓ takes snapshots (115 ms)
10:49:38
✓ is idempotent (82 ms)
10:49:38
✓ returns the same path if tree has not diverged (93 ms)
10:49:38
✓ returns historic paths if tree has diverged and no new snapshots have been taken (127 ms)
10:49:38
✓ retains old snapshots even if new one are created (139 ms)
10:49:38
✓ retains old snapshots even if new one are created and the tree diverges (177 ms)
10:49:38 getSnapshot
10:49:38
✓ returns old snapshots (215 ms)
10:49:38
✓ throws if an unknown snapshot is requested (111 ms)
10:49:38 getRoot
10:49:38
✓ returns the historical root of the tree when the snapshot was taken (130 ms)
10:49:38 getDepth
10:49:38
✓ returns the same depth as the tree (80 ms)
10:49:38 getNumLeaves
10:49:39
✓ returns the historical leaves count when the snapshot was taken (115 ms)
10:49:39 getLeafValue
10:49:39
✓ returns the historical leaf value when the snapshot was taken (126 ms)
10:49:39 findLeafIndex
10:49:39
✓ returns the historical leaf index when the snapshot was taken (127 ms)
10:49:39 getSnapshot
10:49:39
✓ returns historical leaf data (163 ms)
10:49:39 findIndexOfPreviousValue
10:49:39
✓ returns the index of the leaf with the closest value to the given value (145 ms)
10:49:39
10:49:39
Test Suites: 1 passed, 1 total
10:49:39
Tests: 15 passed, 15 total
10:49:39
Snapshots: 0 total
10:49:39
Time: 3.148 s
10:49:39
Ran all test suites matching /merkle-tree\/src\/snapshots\/indexed_tree_snapshot.test.ts/i
.
10:49:39
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?