Parent Log:
http://ci.aztec-labs.com/a079291c5cb4bf29
Command: 9e580e2a65a38075 yarn-project/scripts/run_test.sh merkle-tree/src/sparse_tree/sparse_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/184d5f7d956dd7251670a2dd6728f313cfdf3caf
Env: REF_NAME=gh-readonly-queue/next/pr-14822-e56baa7f24bac54baf9e2f22f6f33ae6fa8b8c0f CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Fri Jun 13 21:21:03 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-14822_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_03fe1625e86d8739_next
21:21:05
PASS src/sparse_tree/sparse_tree.test.ts
21:21:05 SparseTree
21:21:05
✓ should revert changes on rollback (83 ms)
21:21:05
✓ should not revert changes after commit (77 ms)
21:21:05
✓ should be able to restore from previous committed data (97 ms)
21:21:05
✓ should throw an error if previous data does not exist for the given name (33 ms)
21:21:05
✓ should serialize sibling path data to a buffer and be able to deserialize it back (52 ms)
21:21:05
✓ should have correct empty tree root for depth 32 (42 ms)
21:21:05
✓ should throw when appending beyond max index (23 ms)
21:21:05
✓ should have correct root and sibling paths (60 ms)
21:21:05 SparseTreeSpecific
21:21:05
✓ throws when index is bigger than (2^DEPTH - 1) (39 ms)
21:21:05
✓ updating non-empty leaf does not change tree size (66 ms)
21:21:05
✓ deleting leaf decrements tree size (410 ms)
21:21:05
✓ should have correct root and sibling path after in a "non-append-only" way (39 ms)
21:21:05
○ skipped measures time of inserting 1000 leaves at random positions for depth 254
21:21:05
21:21:05
Test Suites: 1 passed, 1 total
21:21:05
Tests: 1 skipped,
12 passed, 13 total
21:21:05
Snapshots: 0 total
21:21:05
Time: 1.721 s
21:21:05
Ran all test suites matching /merkle-tree\/src\/sparse_tree\/sparse_tree.test.ts/i
.
21:21:05
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?