Parent Log:
http://ci.aztec-labs.com/90a1e84efe306bbd
Command: 97e7ef9a556fd7e6 yarn-project/scripts/run_test.sh merkle-tree/src/standard_tree/standard_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a229cf871638d3fd774f9272645cc1ac29b8196a
Env: REF_NAME=gh-readonly-queue/master/pr-14912-015cb0cadef6a41094c3649f32a735392e1b9693 CURRENT_VERSION=0.87.9 CI_FULL=1
Date: Wed Jun 18 16:02:00 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-14912_amd64_x1-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_389aa214a0ccf689_master
16:02:03
PASS src/standard_tree/standard_tree.test.ts
16:02:03 StandardTree
16:02:03
✓ should revert changes on rollback (103 ms)
16:02:03
✓ should not revert changes after commit (103 ms)
16:02:03
✓ should be able to restore from previous committed data (107 ms)
16:02:03
✓ should throw an error if previous data does not exist for the given name (33 ms)
16:02:03
✓ should serialize sibling path data to a buffer and be able to deserialize it back (64 ms)
16:02:03
✓ should have correct empty tree root for depth 32 (51 ms)
16:02:03
✓ should throw when appending beyond max index (35 ms)
16:02:03
✓ should have correct root and sibling paths (72 ms)
16:02:03 StandardTree_batchAppend
16:02:03
✓ correctly computes root when batch appending and calls hash function expected num times (39 ms)
16:02:03
✓ should be able to find indexes of leaves (39 ms)
16:02:03
16:02:03
Test Suites: 1 passed, 1 total
16:02:03
Tests: 10 passed, 10 total
16:02:03
Snapshots: 0 total
16:02:03
Time: 1.722 s
16:02:03
Ran all test suites matching /merkle-tree\/src\/standard_tree\/standard_tree.test.ts/i
.
16:02:03
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?