Parent Log:
http://ci.aztec-labs.com/bcfdde57c1560bcc
Command: dc1ae0e48a98f45c yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/5ca43853c40a2b8bfbc2148d5fdd46c6f82a74eb
Env: REF_NAME=gh-readonly-queue/next/pr-14178-3cbe7945c84145b8646cf5cf8fb730b915c0dc93 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Mon Jun 16 13:38:06 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14178_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_04ef205bb85bfd5b_next
13:38:09
PASS src/snapshots/indexed_tree_snapshot.test.ts
13:38:09 IndexedTreeSnapshotBuilder
13:38:09 SnapshotBuilder
13:38:09 snapshot
13:38:09
✓ takes snapshots (77 ms)
13:38:09
✓ is idempotent (59 ms)
13:38:09
✓ returns the same path if tree has not diverged (61 ms)
13:38:09
✓ returns historic paths if tree has diverged and no new snapshots have been taken (102 ms)
13:38:09
✓ retains old snapshots even if new one are created (91 ms)
13:38:09
✓ retains old snapshots even if new one are created and the tree diverges (113 ms)
13:38:09 getSnapshot
13:38:09
✓ returns old snapshots (129 ms)
13:38:09
✓ throws if an unknown snapshot is requested (64 ms)
13:38:09 getRoot
13:38:09
✓ returns the historical root of the tree when the snapshot was taken (77 ms)
13:38:09 getDepth
13:38:09
✓ returns the same depth as the tree (53 ms)
13:38:09 getNumLeaves
13:38:09
✓ returns the historical leaves count when the snapshot was taken (75 ms)
13:38:09 getLeafValue
13:38:09
✓ returns the historical leaf value when the snapshot was taken (76 ms)
13:38:09 findLeafIndex
13:38:09
✓ returns the historical leaf index when the snapshot was taken (72 ms)
13:38:09 getSnapshot
13:38:09
✓ returns historical leaf data (86 ms)
13:38:09 findIndexOfPreviousValue
13:38:09
✓ returns the index of the leaf with the closest value to the given value (82 ms)
13:38:09
13:38:09
Test Suites: 1 passed, 1 total
13:38:09
Tests: 15 passed, 15 total
13:38:09
Snapshots: 0 total
13:38:09
Time: 1.968 s
13:38:09
Ran all test suites matching merkle-tree/src/snapshots/indexed_tree_snapshot.test.ts
.
13:38:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?