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