Parent Log:
http://ci.aztec-labs.com/eca0d68fde727e0f
Command: 0e6cfc077fbe1818 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f17855f94a58189a98dd378743e67b774ea38144
Env: REF_NAME=gh-readonly-queue/next/pr-15066-47bd93499e6606131b6ececa3536632cf5e84409 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Wed Jun 18 10:18:27 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15066_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
10:18:31
PASS src/snapshots/indexed_tree_snapshot.test.ts
10:18:31 IndexedTreeSnapshotBuilder
10:18:31 SnapshotBuilder
10:18:31 snapshot
10:18:31
✓ takes snapshots (125 ms)
10:18:31
✓ is idempotent (96 ms)
10:18:31
✓ returns the same path if tree has not diverged (88 ms)
10:18:31
✓ returns historic paths if tree has diverged and no new snapshots have been taken (126 ms)
10:18:31
✓ retains old snapshots even if new one are created (127 ms)
10:18:31
✓ retains old snapshots even if new one are created and the tree diverges (163 ms)
10:18:31 getSnapshot
10:18:31
✓ returns old snapshots (206 ms)
10:18:31
✓ throws if an unknown snapshot is requested (101 ms)
10:18:31 getRoot
10:18:31
✓ returns the historical root of the tree when the snapshot was taken (141 ms)
10:18:31 getDepth
10:18:31
✓ returns the same depth as the tree (98 ms)
10:18:31 getNumLeaves
10:18:31
✓ returns the historical leaves count when the snapshot was taken (105 ms)
10:18:31 getLeafValue
10:18:31
✓ returns the historical leaf value when the snapshot was taken (118 ms)
10:18:31 findLeafIndex
10:18:31
✓ returns the historical leaf index when the snapshot was taken (104 ms)
10:18:31 getSnapshot
10:18:31
✓ returns historical leaf data (131 ms)
10:18:31 findIndexOfPreviousValue
10:18:31
✓ returns the index of the leaf with the closest value to the given value (138 ms)
10:18:31
10:18:31
Test Suites: 1 passed, 1 total
10:18:31
Tests: 15 passed, 15 total
10:18:31
Snapshots: 0 total
10:18:31
Time: 2.89 s
10:18:31
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
10:18:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?