Parent Log:
http://ci.aztec-labs.com/f200125a56fdc063
Command: ca6d19ec133d445c yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/99e234fe4473771b32124e0402885610a6a3f98a
Env: REF_NAME=gh-readonly-queue/next/pr-15233-1c9ca312bfdace816082212846900a49694e1e50 CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Tue Jun 24 09:09:02 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15233_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
09:09:04
PASS src/snapshots/append_only_snapshot.test.ts
09:09:04 AppendOnlySnapshot
09:09:04 SnapshotBuilder
09:09:04 snapshot
09:09:04
✓ takes snapshots (48 ms)
09:09:04
✓ is idempotent (33 ms)
09:09:04
✓ returns the same path if tree has not diverged (40 ms)
09:09:04
✓ returns historic paths if tree has diverged and no new snapshots have been taken (48 ms)
09:09:04
✓ retains old snapshots even if new one are created (43 ms)
09:09:04
✓ retains old snapshots even if new one are created and the tree diverges (47 ms)
09:09:04 getSnapshot
09:09:04
✓ returns old snapshots (65 ms)
09:09:04
✓ throws if an unknown snapshot is requested (44 ms)
09:09:04 getRoot
09:09:04
✓ returns the historical root of the tree when the snapshot was taken (37 ms)
09:09:04 getDepth
09:09:04
✓ returns the same depth as the tree (33 ms)
09:09:04 getNumLeaves
09:09:04
✓ returns the historical leaves count when the snapshot was taken (36 ms)
09:09:04 getLeafValue
09:09:04
✓ returns the historical leaf value when the snapshot was taken (38 ms)
09:09:04 findLeafIndex
09:09:04
✓ returns the historical leaf index when the snapshot was taken (36 ms)
09:09:04
09:09:04
Test Suites: 1 passed, 1 total
09:09:04
Tests: 13 passed, 13 total
09:09:04
Snapshots: 0 total
09:09:04
Time: 1.417 s
09:09:04
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
09:09:04
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?