Parent Log:
http://ci.aztec-labs.com/cd44163f3616f4c5
Command: b71f9d6a9e3f68ca yarn-project/scripts/run_test.sh foundation/src/json-rpc/test/integration.test.ts
Commit:
https://github.com/AztecProtocol/aztec-packages/commit/ee24aac96469b4f1cb8d70e614b2dd27bf0eb134
Env: REF_NAME=gh-readonly-queue/next/pr-15242-1c2c2ee2949dbe31742cc9501a31bf3bce8083cf CURRENT_VERSION=0.87.6 CI_FULL=1
Date: Tue Jun 24 14:07:32 UTC 2025
System: ARCH=amd64 CPUS=128 MEM=493Gi HOSTNAME=pr-15242_amd64_x4-full
Resources: CPU_LIST=0-127 CPUS=2 MEM=8g TIMEOUT=600s
History:
http://ci.aztec-labs.com/list/history_72967075d5e0f8fd_next
14:07:35
PASS src/json-rpc/test/integration.test.ts
14:07:35 JsonRpc integration
14:07:35 single
14:07:35
✓ calls an RPC function with a primitive parameter (78 ms)
14:07:35
✓ calls an RPC function without an optional parameter (16 ms)
14:07:35
✓ calls an RPC function with an optional parameter (34 ms)
14:07:35
✓ calls an RPC function with a bigint parameter (17 ms)
14:07:35
✓ calls an RPC function with an undefined parameter (14 ms)
14:07:35
✓ calls an RPC function with a default parameter (9 ms)
14:07:35
✓ calls an RPC function with a default parameter with explicit undefined (11 ms)
14:07:35
✓ calls an RPC function overriding the default parameter (9 ms)
14:07:35
✓ calls an RPC function with incorrect parameter type (30 ms)
14:07:35
✓ calls an RPC function with a primitive return type (18 ms)
14:07:35
✓ calls an RPC function with an array of classes (9 ms)
14:07:35
✓ calls an RPC function with no inputs nor outputs (8 ms)
14:07:35
✓ calls an RPC function that returns a primitive object with a bigint (10 ms)
14:07:35
✓ calls an RPC function that returns a tuple (9 ms)
14:07:35
✓ calls an RPC function that returns undefined (10 ms)
14:07:35
✓ calls an RPC function that throws an error (17 ms)
14:07:35
✓ fails if calls non-existing method in handler (4 ms)
14:07:35 namespaced
14:07:35
✓ calls correct namespace (17 ms)
14:07:35
✓ fails if calls without namespace (7 ms)
14:07:35
14:07:35
Test Suites: 1 passed, 1 total
14:07:35
Tests: 19 passed, 19 total
14:07:35
Snapshots: 0 total
14:07:35
Time: 1.246 s
14:07:35
Ran all test suites matching foundation/src/json-rpc/test/integration.test.ts
.
14:07:35
Force exiting Jest: Have you considered using `--detectOpenHandles` to detect async operations that kept running after all tests finished?