Parent Log:
http://ci.aztec-labs.com/442c01a86f347561
Command: 519e29bba0e33530 yarn-project/scripts/run_test.sh merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/2469b5f1633350f6be15733c04242af1cdc98227
Env: REF_NAME=gh-readonly-queue/next/pr-15042-ee3655e025191bc85c5b3d3122eeedb44e38ffb2 CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Mon Jun 16 19:44:03 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15042_amd64_x2-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_ab1d848bbc99b61e_next
19:44:09
PASS src/standard_indexed_tree/test/standard_indexed_tree.test.ts
19:44:09 StandardIndexedTree
19:44:09
✓ should revert changes on rollback (303 ms)
19:44:09
✓ should not revert changes after commit (226 ms)
19:44:09
✓ should be able to restore from previous committed data (200 ms)
19:44:09
✓ should throw an error if previous data does not exist for the given name (59 ms)
19:44:09
✓ should serialize sibling path data to a buffer and be able to deserialize it back (97 ms)
19:44:09 StandardIndexedTreeSpecific
19:44:09
✓ produces the correct roots and sibling paths (150 ms)
19:44:09
✓ Can append empty leaves and handle insertions (177 ms)
19:44:09
✓ performs nullifier tree batch insertion correctly (360 ms)
19:44:09
✓ performs nullifier tree batch insertion correctly (338 ms)
19:44:09
✓ performs nullifier tree batch insertion correctly (447 ms)
19:44:09
✓ performs nullifier tree batch insertion correctly (546 ms)
19:44:09
✓ should be able to find indexes of leaves (65 ms)
19:44:09 Updatable leaves
19:44:09
✓ should be able to upsert leaves (82 ms)
19:44:09
✓ performs batch upsert correctly (161 ms)
19:44:09
✓ performs batch upsert correctly (154 ms)
19:44:09
✓ performs batch upsert correctly (203 ms)
19:44:09
19:44:09
Test Suites: 1 passed, 1 total
19:44:09
Tests: 16 passed, 16 total
19:44:09
Snapshots: 0 total
19:44:09
Time: 4.743 s
19:44:09
Ran all test suites matching merkle-tree/src/standard_indexed_tree/test/standard_indexed_tree.test.ts
.
19:44:09
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?