Parent Log:
http://ci.aztec-labs.com/4550886f47cecaad
Command: 0ad117f24cdb9abe yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/9d6fb0bd1594726370a5f3a56591963452264642
Env: REF_NAME=gh-readonly-queue/next/pr-14985-47c749527b1c3cce3edd9defedc46e89ea00c69e CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 17:28:29 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14985_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
17:28:32
PASS src/snapshots/indexed_tree_snapshot.test.ts
17:28:32 IndexedTreeSnapshotBuilder
17:28:32 SnapshotBuilder
17:28:32 snapshot
17:28:32
✓ takes snapshots (79 ms)
17:28:32
✓ is idempotent (57 ms)
17:28:32
✓ returns the same path if tree has not diverged (65 ms)
17:28:32
✓ returns historic paths if tree has diverged and no new snapshots have been taken (98 ms)
17:28:32
✓ retains old snapshots even if new one are created (109 ms)
17:28:32
✓ retains old snapshots even if new one are created and the tree diverges (114 ms)
17:28:32 getSnapshot
17:28:32
✓ returns old snapshots (140 ms)
17:28:32
✓ throws if an unknown snapshot is requested (66 ms)
17:28:32 getRoot
17:28:32
✓ returns the historical root of the tree when the snapshot was taken (74 ms)
17:28:32 getDepth
17:28:32
✓ returns the same depth as the tree (48 ms)
17:28:32 getNumLeaves
17:28:32
✓ returns the historical leaves count when the snapshot was taken (89 ms)
17:28:32 getLeafValue
17:28:32
✓ returns the historical leaf value when the snapshot was taken (79 ms)
17:28:32 findLeafIndex
17:28:32
✓ returns the historical leaf index when the snapshot was taken (72 ms)
17:28:32 getSnapshot
17:28:32
✓ returns historical leaf data (85 ms)
17:28:32 findIndexOfPreviousValue
17:28:32
✓ returns the index of the leaf with the closest value to the given value (77 ms)
17:28:32
17:28:32
Test Suites: 1 passed, 1 total
17:28:32
Tests: 15 passed, 15 total
17:28:32
Snapshots: 0 total
17:28:32
Time: 1.945 s
17:28:32
Ran all test suites matching /merkle-tree\/src\/snapshots\/indexed_tree_snapshot.test.ts/i
.
17:28:32
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?