Parent Log:
http://ci.aztec-labs.com/e97c23f5139375db
Command: bdef8c432fe28910 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/f43d8712af73e32f1416fa61d802ff8675836f89
Env: REF_NAME=gh-readonly-queue/next/pr-15099-a48851a8c6884f4b9615a154f8862a549722d25e CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 17 12:15:43 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15099_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
12:15:47
PASS src/snapshots/append_only_snapshot.test.ts
12:15:47 AppendOnlySnapshot
12:15:47 SnapshotBuilder
12:15:47 snapshot
12:15:47
✓ takes snapshots (73 ms)
12:15:47
✓ is idempotent (53 ms)
12:15:47
✓ returns the same path if tree has not diverged (62 ms)
12:15:47
✓ returns historic paths if tree has diverged and no new snapshots have been taken (60 ms)
12:15:47
✓ retains old snapshots even if new one are created (76 ms)
12:15:47
✓ retains old snapshots even if new one are created and the tree diverges (75 ms)
12:15:47 getSnapshot
12:15:47
✓ returns old snapshots (132 ms)
12:15:47
✓ throws if an unknown snapshot is requested (71 ms)
12:15:47 getRoot
12:15:47
✓ returns the historical root of the tree when the snapshot was taken (77 ms)
12:15:47 getDepth
12:15:47
✓ returns the same depth as the tree (59 ms)
12:15:47 getNumLeaves
12:15:47
✓ returns the historical leaves count when the snapshot was taken (69 ms)
12:15:47 getLeafValue
12:15:47
✓ returns the historical leaf value when the snapshot was taken (67 ms)
12:15:47 findLeafIndex
12:15:47
✓ returns the historical leaf index when the snapshot was taken (76 ms)
12:15:47
12:15:47
Test Suites: 1 passed, 1 total
12:15:47
Tests: 13 passed, 13 total
12:15:47
Snapshots: 0 total
12:15:47
Time: 2.382 s
12:15:47
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
12:15:47
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?