Parent Log:
http://ci.aztec-labs.com/52c2e08d0b93dac4
Command: c9b93c46acbfae2b yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/88c86d76e23c515deea689031fe891949d47ec49
Env: REF_NAME=gh-readonly-queue/next/pr-15152-3aafa23f28c401f1c88d60325230f1ce801d72a6 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 10:20:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15152_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
10:20:10
PASS src/snapshots/append_only_snapshot.test.ts
10:20:10 AppendOnlySnapshot
10:20:10 SnapshotBuilder
10:20:10 snapshot
10:20:10
✓ takes snapshots (75 ms)
10:20:10
✓ is idempotent (66 ms)
10:20:10
✓ returns the same path if tree has not diverged (55 ms)
10:20:10
✓ returns historic paths if tree has diverged and no new snapshots have been taken (65 ms)
10:20:10
✓ retains old snapshots even if new one are created (68 ms)
10:20:10
✓ retains old snapshots even if new one are created and the tree diverges (78 ms)
10:20:10 getSnapshot
10:20:10
✓ returns old snapshots (106 ms)
10:20:10
✓ throws if an unknown snapshot is requested (70 ms)
10:20:10 getRoot
10:20:10
✓ returns the historical root of the tree when the snapshot was taken (69 ms)
10:20:10 getDepth
10:20:10
✓ returns the same depth as the tree (46 ms)
10:20:10 getNumLeaves
10:20:10
✓ returns the historical leaves count when the snapshot was taken (75 ms)
10:20:10 getLeafValue
10:20:10
✓ returns the historical leaf value when the snapshot was taken (66 ms)
10:20:10 findLeafIndex
10:20:10
✓ returns the historical leaf index when the snapshot was taken (57 ms)
10:20:10
10:20:10
Test Suites: 1 passed, 1 total
10:20:10
Tests: 13 passed, 13 total
10:20:10
Snapshots: 0 total
10:20:10
Time: 2.122 s
10:20:10
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
10:20:10
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?