• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cenobites / flask-jsonrpc / 137 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: feature/github-actions
DEFAULT BRANCH: master
Ran 20 Aug 2020 04:26PM UTC
Files 13
Run time 1s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

20 Aug 2020 04:24PM UTC coverage: 100.0%. Remained the same
FLASK_ENV=TESTING

push

travis-ci

nycholas
Add RPC Batch

To send several Request objects at the same time, the Client MAY
send an Array filled with Request objects.

The Server should respond with an Array containing the corresponding
Response objects, after all of the batch Request objects have been
processed. A Response object SHOULD exist for each Request object,
except that there SHOULD NOT be any Response objects for notifications.
The Server MAY process a batch rpc call as a set of concurrent tasks,
processing them in any order and with any width of parallelism.

The Response objects being returned from a batch call MAY be returned
in any order within the Array. The Client SHOULD match contexts
between the set of Request objects and the resulting set of Response
objects based on the id member within each Object.

If the batch rpc call itself fails to be recognized as an valid JSON
or as an Array with at least one value, the response from the Server
MUST be a single Response object. If there are no Response objects
contained within the Response array as it is to be sent to the client,
the server MUST NOT return an empty Array and should return nothing at
all.

From: https://www.jsonrpc.org/specification#batch

Resolve: #80

134 of 134 branches covered (100.0%)

428 of 428 relevant lines covered (100.0%)

1.0 hits per line

Source Files on job 137.1 (FLASK_ENV=TESTING)
  • Tree
  • List 0
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 131
  • Travis Job 137.1
  • 58cb9f82 on github
  • Prev Job for FLASK_ENV=TESTING on feature/rcp-batch (#135.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc