Parent Log:
http://ci.aztec-labs.com/57a3a05ea1e502d0
Command: 448a16f463e450de yarn-project/scripts/run_test.sh merkle-tree/src/sparse_tree/sparse_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/80d800435dd8dfa325e38593d83b405488449dba
Env: REF_NAME=gh-readonly-queue/next/pr-14444-28bf32bfc2566751e8baa0a9125a9db20d474bee CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Fri Jun 20 15:58:27 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14444_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_03fe1625e86d8739_next
15:58:30
PASS src/sparse_tree/sparse_tree.test.ts
15:58:30 SparseTree
15:58:30
✓ should revert changes on rollback (114 ms)
15:58:30
✓ should not revert changes after commit (137 ms)
15:58:30
✓ should be able to restore from previous committed data (134 ms)
15:58:30
✓ should throw an error if previous data does not exist for the given name (46 ms)
15:58:30
✓ should serialize sibling path data to a buffer and be able to deserialize it back (54 ms)
15:58:30
✓ should have correct empty tree root for depth 32 (51 ms)
15:58:30
✓ should throw when appending beyond max index (29 ms)
15:58:30
✓ should have correct root and sibling paths (74 ms)
15:58:30 SparseTreeSpecific
15:58:30
✓ throws when index is bigger than (2^DEPTH - 1) (63 ms)
15:58:30
✓ updating non-empty leaf does not change tree size (106 ms)
15:58:30
✓ deleting leaf decrements tree size (850 ms)
15:58:30
✓ should have correct root and sibling path after in a "non-append-only" way (56 ms)
15:58:30
○ skipped measures time of inserting 1000 leaves at random positions for depth 254
15:58:30
15:58:30
Test Suites: 1 passed, 1 total
15:58:30
Tests: 1 skipped,
12 passed, 13 total
15:58:30
Snapshots: 0 total
15:58:30
Time: 2.907 s
15:58:30
Ran all test suites matching merkle-tree/src/sparse_tree/sparse_tree.test.ts
.
15:58:31
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?