Parent Log:
http://ci.aztec-labs.com/dcdd13adfe0c256a
Command: d57d38082bbaf86d yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/fdc8ff50dee1a2a8a98393ff5069a285b52efa1f
Env: REF_NAME=gh-readonly-queue/next/pr-15187-9b8ea5acda76687342ddb62595e293281661f029 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 23 09:39:33 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15187_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:39:37
PASS src/snapshots/indexed_tree_snapshot.test.ts
09:39:37 IndexedTreeSnapshotBuilder
09:39:37 SnapshotBuilder
09:39:37 snapshot
09:39:37
✓ takes snapshots (128 ms)
09:39:37
✓ is idempotent (100 ms)
09:39:37
✓ returns the same path if tree has not diverged (93 ms)
09:39:37
✓ returns historic paths if tree has diverged and no new snapshots have been taken (136 ms)
09:39:37
✓ retains old snapshots even if new one are created (141 ms)
09:39:37
✓ retains old snapshots even if new one are created and the tree diverges (174 ms)
09:39:37 getSnapshot
09:39:37
✓ returns old snapshots (312 ms)
09:39:37
✓ throws if an unknown snapshot is requested (162 ms)
09:39:37 getRoot
09:39:37
✓ returns the historical root of the tree when the snapshot was taken (176 ms)
09:39:37 getDepth
09:39:37
✓ returns the same depth as the tree (101 ms)
09:39:37 getNumLeaves
09:39:37
✓ returns the historical leaves count when the snapshot was taken (133 ms)
09:39:37 getLeafValue
09:39:37
✓ returns the historical leaf value when the snapshot was taken (123 ms)
09:39:37 findLeafIndex
09:39:37
✓ returns the historical leaf index when the snapshot was taken (107 ms)
09:39:37 getSnapshot
09:39:37
✓ returns historical leaf data (121 ms)
09:39:37 findIndexOfPreviousValue
09:39:37
✓ returns the index of the leaf with the closest value to the given value (160 ms)
09:39:37
09:39:37
Test Suites: 1 passed, 1 total
09:39:37
Tests: 15 passed, 15 total
09:39:37
Snapshots: 0 total
09:39:37
Time: 3.493 s
09:39:37
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
09:39:37
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?