Parent Log:
http://ci.aztec-labs.com/f9d68d42e72642f5
Command: 2f76ae4bba915073 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/87c4b689268afecc86ab007c3587e45110daa43d
Env: REF_NAME=gh-readonly-queue/next/pr-15220-282da3bd25d49b92970e6fc85f110092e8566299 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 16:34:47 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15220_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
16:34:52
PASS src/snapshots/indexed_tree_snapshot.test.ts
16:34:52 IndexedTreeSnapshotBuilder
16:34:52 SnapshotBuilder
16:34:52 snapshot
16:34:52
✓ takes snapshots (111 ms)
16:34:52
✓ is idempotent (79 ms)
16:34:52
✓ returns the same path if tree has not diverged (122 ms)
16:34:52
✓ returns historic paths if tree has diverged and no new snapshots have been taken (144 ms)
16:34:52
✓ retains old snapshots even if new one are created (192 ms)
16:34:52
✓ retains old snapshots even if new one are created and the tree diverges (162 ms)
16:34:52 getSnapshot
16:34:52
✓ returns old snapshots (391 ms)
16:34:52
✓ throws if an unknown snapshot is requested (102 ms)
16:34:52 getRoot
16:34:52
✓ returns the historical root of the tree when the snapshot was taken (166 ms)
16:34:52 getDepth
16:34:52
✓ returns the same depth as the tree (110 ms)
16:34:52 getNumLeaves
16:34:52
✓ returns the historical leaves count when the snapshot was taken (142 ms)
16:34:52 getLeafValue
16:34:52
✓ returns the historical leaf value when the snapshot was taken (125 ms)
16:34:52 findLeafIndex
16:34:52
✓ returns the historical leaf index when the snapshot was taken (119 ms)
16:34:52 getSnapshot
16:34:52
✓ returns historical leaf data (134 ms)
16:34:52 findIndexOfPreviousValue
16:34:52
✓ returns the index of the leaf with the closest value to the given value (131 ms)
16:34:52
16:34:52
Test Suites: 1 passed, 1 total
16:34:52
Tests: 15 passed, 15 total
16:34:52
Snapshots: 0 total
16:34:52
Time: 3.486 s
16:34:52
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
16:34:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?