Parent Log:
http://ci.aztec-labs.com/40634769b4b9c052
Command: 0742425f32083b75 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/04abcb151443d51d2f1b002a2412a083a9384a51
Env: REF_NAME=gh-readonly-queue/next/pr-15077-263498dd65e8700218979d7a94dbfd25b2a8a8a8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 20:51:48 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15077_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
20:51:52
PASS src/snapshots/indexed_tree_snapshot.test.ts
20:51:52 IndexedTreeSnapshotBuilder
20:51:52 SnapshotBuilder
20:51:52 snapshot
20:51:52
✓ takes snapshots (106 ms)
20:51:52
✓ is idempotent (91 ms)
20:51:52
✓ returns the same path if tree has not diverged (81 ms)
20:51:52
✓ returns historic paths if tree has diverged and no new snapshots have been taken (127 ms)
20:51:52
✓ retains old snapshots even if new one are created (138 ms)
20:51:52
✓ retains old snapshots even if new one are created and the tree diverges (169 ms)
20:51:52 getSnapshot
20:51:52
✓ returns old snapshots (220 ms)
20:51:52
✓ throws if an unknown snapshot is requested (90 ms)
20:51:52 getRoot
20:51:52
✓ returns the historical root of the tree when the snapshot was taken (109 ms)
20:51:52 getDepth
20:51:52
✓ returns the same depth as the tree (67 ms)
20:51:52 getNumLeaves
20:51:52
✓ returns the historical leaves count when the snapshot was taken (142 ms)
20:51:52 getLeafValue
20:51:52
✓ returns the historical leaf value when the snapshot was taken (112 ms)
20:51:52 findLeafIndex
20:51:52
✓ returns the historical leaf index when the snapshot was taken (120 ms)
20:51:52 getSnapshot
20:51:52
✓ returns historical leaf data (153 ms)
20:51:52 findIndexOfPreviousValue
20:51:52
✓ returns the index of the leaf with the closest value to the given value (145 ms)
20:51:52
20:51:52
Test Suites: 1 passed, 1 total
20:51:52
Tests: 15 passed, 15 total
20:51:52
Snapshots: 0 total
20:51:52
Time: 2.992 s
20:51:52
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
20:51:52
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?