Parent Log:
http://ci.aztec-labs.com/34a1c30ebc4985df
Command: a8cc061dbe484831 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/c2e27576e66fad0caaa136e905b8439d70c05e37
Env: REF_NAME=gh-readonly-queue/next/pr-15181-58696523cc93fda453138a4f2c2dff72b21f0bfa CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 13:19:54 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15181_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
13:19:58
PASS src/snapshots/indexed_tree_snapshot.test.ts
13:19:58 IndexedTreeSnapshotBuilder
13:19:58 SnapshotBuilder
13:19:58 snapshot
13:19:58
✓ takes snapshots (167 ms)
13:19:58
✓ is idempotent (101 ms)
13:19:58
✓ returns the same path if tree has not diverged (86 ms)
13:19:58
✓ returns historic paths if tree has diverged and no new snapshots have been taken (133 ms)
13:19:58
✓ retains old snapshots even if new one are created (141 ms)
13:19:58
✓ retains old snapshots even if new one are created and the tree diverges (165 ms)
13:19:58 getSnapshot
13:19:58
✓ returns old snapshots (218 ms)
13:19:58
✓ throws if an unknown snapshot is requested (92 ms)
13:19:58 getRoot
13:19:58
✓ returns the historical root of the tree when the snapshot was taken (104 ms)
13:19:58 getDepth
13:19:58
✓ returns the same depth as the tree (89 ms)
13:19:58 getNumLeaves
13:19:58
✓ returns the historical leaves count when the snapshot was taken (121 ms)
13:19:58 getLeafValue
13:19:58
✓ returns the historical leaf value when the snapshot was taken (133 ms)
13:19:58 findLeafIndex
13:19:58
✓ returns the historical leaf index when the snapshot was taken (121 ms)
13:19:58 getSnapshot
13:19:58
✓ returns historical leaf data (128 ms)
13:19:58 findIndexOfPreviousValue
13:19:58
✓ returns the index of the leaf with the closest value to the given value (118 ms)
13:19:58
13:19:58
Test Suites: 1 passed, 1 total
13:19:58
Tests: 15 passed, 15 total
13:19:58
Snapshots: 0 total
13:19:58
Time: 3.211 s
13:19:58
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
13:19:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?