Parent Log:
http://ci.aztec-labs.com/6afe0e3c63790b84
Command: 4174e5df391694d3 yarn-project/scripts/run_test.sh merkle-tree/src/standard_tree/standard_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/8d254a16364bbc8136cad6732cc978ea1a895cae
Env: REF_NAME=gh-readonly-queue/next/pr-15073-7763eef5eb7f045b9184a0a4591b394296eb3aa8 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 15:15:10 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15073_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_389aa214a0ccf689_next
15:15:12
PASS src/standard_tree/standard_tree.test.ts
15:15:12 StandardTree
15:15:12
✓ should revert changes on rollback (125 ms)
15:15:12
✓ should not revert changes after commit (107 ms)
15:15:12
✓ should be able to restore from previous committed data (94 ms)
15:15:12
✓ should throw an error if previous data does not exist for the given name (39 ms)
15:15:12
✓ should serialize sibling path data to a buffer and be able to deserialize it back (57 ms)
15:15:12
✓ should have correct empty tree root for depth 32 (51 ms)
15:15:12
✓ should throw when appending beyond max index (38 ms)
15:15:12
✓ should have correct root and sibling paths (85 ms)
15:15:12 StandardTree_batchAppend
15:15:12
✓ correctly computes root when batch appending and calls hash function expected num times (44 ms)
15:15:12
✓ should be able to find indexes of leaves (37 ms)
15:15:12
15:15:12
Test Suites: 1 passed, 1 total
15:15:12
Tests: 10 passed, 10 total
15:15:12
Snapshots: 0 total
15:15:12
Time: 1.661 s
15:15:12
Ran all test suites matching merkle-tree/src/standard_tree/standard_tree.test.ts
.
15:15:12
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?