Parent Log:
http://ci.aztec-labs.com/f5af067f63e151d9
Command: 82bb85c5736da104 yarn-project/scripts/run_test.sh merkle-tree/src/standard_tree/standard_tree.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/a1fcc6d25d2ef5242bc875b44f6b8c627357a0d1
Env: REF_NAME=gh-readonly-queue/next/pr-15124-2fb1dd1c3a73b872ba2c6e24ff0303eb2f7ac0fc CURRENT_VERSION=0.87.6 CI_FULL=0
Date: Thu Jun 19 09:09:49 UTC 2025
System: ARCH=arm64 CPUS=64 MEM=247Gi HOSTNAME=pr-15124_arm64_a1-fast
Resources: CPU_LIST=0-63 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_389aa214a0ccf689_next
09:09:51
PASS src/standard_tree/standard_tree.test.ts
09:09:51 StandardTree
09:09:51
✓ should revert changes on rollback (94 ms)
09:09:51
✓ should not revert changes after commit (77 ms)
09:09:51
✓ should be able to restore from previous committed data (72 ms)
09:09:51
✓ should throw an error if previous data does not exist for the given name (35 ms)
09:09:51
✓ should serialize sibling path data to a buffer and be able to deserialize it back (42 ms)
09:09:51
✓ should have correct empty tree root for depth 32 (34 ms)
09:09:51
✓ should throw when appending beyond max index (24 ms)
09:09:51
✓ should have correct root and sibling paths (59 ms)
09:09:51 StandardTree_batchAppend
09:09:51
✓ correctly computes root when batch appending and calls hash function expected num times (32 ms)
09:09:51
✓ should be able to find indexes of leaves (28 ms)
09:09:51
09:09:51
Test Suites: 1 passed, 1 total
09:09:51
Tests: 10 passed, 10 total
09:09:51
Snapshots: 0 total
09:09:51
Time: 1.22 s
09:09:51
Ran all test suites matching merkle-tree/src/standard_tree/standard_tree.test.ts
.
09:09:51
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?