Parent Log:
http://ci.aztec-labs.com/f52c31edbe1f934c
Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/3c1b9d57eadcc8fb03a7ed42610cf0a1ae4a32eb
Env: REF_NAME=gh-readonly-queue/next/pr-14858-4b0e4dc09fa55f0bc808fa0c7c3e95e8fa997069 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 21:40:08 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14858_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
21:40:11
PASS src/snapshots/append_only_snapshot.test.ts
21:40:11 AppendOnlySnapshot
21:40:11 SnapshotBuilder
21:40:11 snapshot
21:40:11
✓ takes snapshots (69 ms)
21:40:11
✓ is idempotent (49 ms)
21:40:11
✓ returns the same path if tree has not diverged (50 ms)
21:40:11
✓ returns historic paths if tree has diverged and no new snapshots have been taken (60 ms)
21:40:11
✓ retains old snapshots even if new one are created (83 ms)
21:40:11
✓ retains old snapshots even if new one are created and the tree diverges (75 ms)
21:40:11 getSnapshot
21:40:11
✓ returns old snapshots (114 ms)
21:40:11
✓ throws if an unknown snapshot is requested (69 ms)
21:40:11 getRoot
21:40:11
✓ returns the historical root of the tree when the snapshot was taken (65 ms)
21:40:11 getDepth
21:40:11
✓ returns the same depth as the tree (51 ms)
21:40:11 getNumLeaves
21:40:11
✓ returns the historical leaves count when the snapshot was taken (74 ms)
21:40:11 getLeafValue
21:40:11
✓ returns the historical leaf value when the snapshot was taken (56 ms)
21:40:11 findLeafIndex
21:40:11
✓ returns the historical leaf index when the snapshot was taken (70 ms)
21:40:11
21:40:11
Test Suites: 1 passed, 1 total
21:40:11
Tests: 13 passed, 13 total
21:40:11
Snapshots: 0 total
21:40:11
Time: 2.181 s
21:40:11
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
21:40:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?