Page MenuHomePhabricator

Merge #14777: tests: Add regtest for JSON-RPC batch calls
ClosedPublic

Authored by markblundeberg on Feb 6 2020, 04:19.

Details

Summary

PR14777 backport.

3d2c7d6f94 Add regtest for JSON-RPC batch calls. (Daniel Kraft)

Pull request description:

This adds a new regtest file `interface_rpc.py`, containing a test for batch JSON-RPC requests.  Those were previously not tested at all.  Tests for basic requests are not really necessary, as those are used anyway in lots of other regtests.

The existing `interface_http.py` file is more about the underlying HTTP connection, so adding a new interface file for the JSON-RPC specific things makes sense.
Test Plan

ninja check-all

Diff Detail

Repository
rABC Bitcoin ABC
Branch
pr14777
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 9291
Build 16519: Default Diff Build & Tests
Build 16518: arc lint + arc unit

Event Timeline

[Bot Message]
One or more PR numbers were detected in the summary.
Links to those Bitcoin Core PRs have been inserted into the summary for reference.

This revision is now accepted and ready to land.Feb 6 2020, 07:51