Parent Log:
http://ci.aztec-labs.com/d6e2870b40e3c4b2
Command: 4bbe74ae418a22a0 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=0
Date: Tue Jun 24 16:35:56 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15220_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
16:35:58
PASS src/snapshots/indexed_tree_snapshot.test.ts
16:35:58 IndexedTreeSnapshotBuilder
16:35:58 SnapshotBuilder
16:35:58 snapshot
16:35:58
✓ takes snapshots (74 ms)
16:35:58
✓ is idempotent (59 ms)
16:35:58
✓ returns the same path if tree has not diverged (56 ms)
16:35:58
✓ returns historic paths if tree has diverged and no new snapshots have been taken (78 ms)
16:35:58
✓ retains old snapshots even if new one are created (82 ms)
16:35:58
✓ retains old snapshots even if new one are created and the tree diverges (99 ms)
16:35:58 getSnapshot
16:35:58
✓ returns old snapshots (130 ms)
16:35:58
✓ throws if an unknown snapshot is requested (64 ms)
16:35:58 getRoot
16:35:58
✓ returns the historical root of the tree when the snapshot was taken (85 ms)
16:35:58 getDepth
16:35:58
✓ returns the same depth as the tree (60 ms)
16:35:58 getNumLeaves
16:35:58
✓ returns the historical leaves count when the snapshot was taken (90 ms)
16:35:58 getLeafValue
16:35:58
✓ returns the historical leaf value when the snapshot was taken (80 ms)
16:35:58 findLeafIndex
16:35:58
✓ returns the historical leaf index when the snapshot was taken (77 ms)
16:35:58 getSnapshot
16:35:58
✓ returns historical leaf data (94 ms)
16:35:58 findIndexOfPreviousValue
16:35:58
✓ returns the index of the leaf with the closest value to the given value (91 ms)
16:35:58
16:35:58
Test Suites: 1 passed, 1 total
16:35:58
Tests: 15 passed, 15 total
16:35:58
Snapshots: 0 total
16:35:58
Time: 1.984 s
16:35:58
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
16:35:58
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?