Parent Log:
http://ci.aztec-labs.com/8c7fab2989a37396
Command: a668859b212fc7b1 yarn-project/scripts/run_test.sh merkle-tree/src/sparse_tree/sparse_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/6c74ed65f1d93cd2cb1d0bc305917b967dd0f83a
Env: REF_NAME=release-please--branches--next CURRENT_VERSION=0.88.0 CI_FULL=0
Date: Tue Jun 17 22:22:02 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=release-please--branches--next_amd64
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_03fe1625e86d8739_next
22:22:05
PASS src/sparse_tree/sparse_tree.test.ts
22:22:05 SparseTree
22:22:05
✓ should revert changes on rollback (100 ms)
22:22:05
✓ should not revert changes after commit (90 ms)
22:22:05
✓ should be able to restore from previous committed data (72 ms)
22:22:05
✓ should throw an error if previous data does not exist for the given name (33 ms)
22:22:05
✓ should serialize sibling path data to a buffer and be able to deserialize it back (45 ms)
22:22:05
✓ should have correct empty tree root for depth 32 (43 ms)
22:22:05
✓ should throw when appending beyond max index (24 ms)
22:22:05
✓ should have correct root and sibling paths (61 ms)
22:22:05 SparseTreeSpecific
22:22:05
✓ throws when index is bigger than (2^DEPTH - 1) (50 ms)
22:22:05
✓ updating non-empty leaf does not change tree size (94 ms)
22:22:05
✓ deleting leaf decrements tree size (657 ms)
22:22:05
✓ should have correct root and sibling path after in a "non-append-only" way (52 ms)
22:22:05
○ skipped measures time of inserting 1000 leaves at random positions for depth 254
22:22:05
22:22:05
Test Suites: 1 passed, 1 total
22:22:05
Tests: 1 skipped,
12 passed, 13 total
22:22:05
Snapshots: 0 total
22:22:05
Time: 2.208 s
22:22:05
Ran all test suites matching merkle-tree/src/sparse_tree/sparse_tree.test.ts
.
22:22:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?