Parent Log:
http://ci.aztec-labs.com/fadb814e2da9969e
Command: 22a91bf956a4cb93 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/47bd93499e6606131b6ececa3536632cf5e84409
Env: REF_NAME=gh-readonly-queue/next/pr-15080-215be54ba7d05741f58f591612a9e5454104b24d CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 09:36:23 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15080_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
09:36:27
PASS src/snapshots/indexed_tree_snapshot.test.ts
09:36:27 IndexedTreeSnapshotBuilder
09:36:27 SnapshotBuilder
09:36:27 snapshot
09:36:27
✓ takes snapshots (108 ms)
09:36:27
✓ is idempotent (87 ms)
09:36:27
✓ returns the same path if tree has not diverged (76 ms)
09:36:27
✓ returns historic paths if tree has diverged and no new snapshots have been taken (137 ms)
09:36:27
✓ retains old snapshots even if new one are created (114 ms)
09:36:27
✓ retains old snapshots even if new one are created and the tree diverges (213 ms)
09:36:27 getSnapshot
09:36:27
✓ returns old snapshots (266 ms)
09:36:27
✓ throws if an unknown snapshot is requested (107 ms)
09:36:27 getRoot
09:36:27
✓ returns the historical root of the tree when the snapshot was taken (117 ms)
09:36:27 getDepth
09:36:27
✓ returns the same depth as the tree (83 ms)
09:36:27 getNumLeaves
09:36:27
✓ returns the historical leaves count when the snapshot was taken (137 ms)
09:36:27 getLeafValue
09:36:27
✓ returns the historical leaf value when the snapshot was taken (118 ms)
09:36:27 findLeafIndex
09:36:27
✓ returns the historical leaf index when the snapshot was taken (123 ms)
09:36:27 getSnapshot
09:36:27
✓ returns historical leaf data (153 ms)
09:36:27 findIndexOfPreviousValue
09:36:27
✓ returns the index of the leaf with the closest value to the given value (134 ms)
09:36:27
09:36:27
Test Suites: 1 passed, 1 total
09:36:27
Tests: 15 passed, 15 total
09:36:27
Snapshots: 0 total
09:36:27
Time: 3.157 s
09:36:27
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
09:36:27
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?