Parent Log:
http://ci.aztec-labs.com/94683bf95cf36212
Command: f803628267cda2b6 yarn-project/scripts/run_test.sh merkle-tree/src/sparse_tree/sparse_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/21a568ac0c9ef351b1923375be41d4620add2b60
Env: REF_NAME=gh-readonly-queue/next/pr-15042-b80949775e5c27908a6055ad24592f7d98bdc45a CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Sun Jun 15 12:35:07 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x3-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_03fe1625e86d8739_next
12:35:11
PASS src/sparse_tree/sparse_tree.test.ts
12:35:11 SparseTree
12:35:11
✓ should revert changes on rollback (123 ms)
12:35:11
✓ should not revert changes after commit (101 ms)
12:35:11
✓ should be able to restore from previous committed data (97 ms)
12:35:11
✓ should throw an error if previous data does not exist for the given name (34 ms)
12:35:11
✓ should serialize sibling path data to a buffer and be able to deserialize it back (60 ms)
12:35:11
✓ should have correct empty tree root for depth 32 (52 ms)
12:35:11
✓ should throw when appending beyond max index (32 ms)
12:35:11
✓ should have correct root and sibling paths (93 ms)
12:35:11 SparseTreeSpecific
12:35:11
✓ throws when index is bigger than (2^DEPTH - 1) (60 ms)
12:35:11
✓ updating non-empty leaf does not change tree size (118 ms)
12:35:11
✓ deleting leaf decrements tree size (706 ms)
12:35:11
✓ should have correct root and sibling path after in a "non-append-only" way (53 ms)
12:35:11
○ skipped measures time of inserting 1000 leaves at random positions for depth 254
12:35:11
12:35:11
Test Suites: 1 passed, 1 total
12:35:11
Tests: 1 skipped,
12 passed, 13 total
12:35:11
Snapshots: 0 total
12:35:11
Time: 2.689 s
12:35:11
Ran all test suites matching /merkle-tree\/src\/sparse_tree\/sparse_tree.test.ts/i
.
12:35:11
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?