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