Parent Log:
http://ci.aztec-labs.com/561d47bad933e22b
Command: 4387bf6bd5f0ba11 yarn-project/scripts/run_test.sh merkle-tree/src/snapshots/append_only_snapshot.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/92ef6e28f2b718bb1009392a60b8311979c782d2
Env: REF_NAME=gh-readonly-queue/next/pr-15126-69eacbd6f18ad2a9ac646c4ffaf0133b0cdf856a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Thu Jun 19 11:57:16 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15126_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_5a7565751135459b_next
11:57:19
PASS src/snapshots/append_only_snapshot.test.ts
11:57:19 AppendOnlySnapshot
11:57:19 SnapshotBuilder
11:57:19 snapshot
11:57:19
✓ takes snapshots (70 ms)
11:57:19
✓ is idempotent (50 ms)
11:57:19
✓ returns the same path if tree has not diverged (56 ms)
11:57:19
✓ returns historic paths if tree has diverged and no new snapshots have been taken (58 ms)
11:57:19
✓ retains old snapshots even if new one are created (83 ms)
11:57:19
✓ retains old snapshots even if new one are created and the tree diverges (80 ms)
11:57:19 getSnapshot
11:57:19
✓ returns old snapshots (110 ms)
11:57:19
✓ throws if an unknown snapshot is requested (64 ms)
11:57:19 getRoot
11:57:19
✓ returns the historical root of the tree when the snapshot was taken (56 ms)
11:57:19 getDepth
11:57:19
✓ returns the same depth as the tree (47 ms)
11:57:19 getNumLeaves
11:57:19
✓ returns the historical leaves count when the snapshot was taken (66 ms)
11:57:19 getLeafValue
11:57:19
✓ returns the historical leaf value when the snapshot was taken (61 ms)
11:57:19 findLeafIndex
11:57:19
✓ returns the historical leaf index when the snapshot was taken (59 ms)
11:57:19
11:57:19
Test Suites: 1 passed, 1 total
11:57:19
Tests: 13 passed, 13 total
11:57:19
Snapshots: 0 total
11:57:19
Time: 2.133 s
11:57:19
Ran all test suites matching merkle-tree/src/snapshots/append_only_snapshot.test.ts
.
11:57:19
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?