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

yarpc / yarpc-go / 1432 / 1
90%
master: %

Build:
Build:
LAST BUILD BRANCH: nooptrace
DEFAULT BRANCH: master
Ran 30 Jul 2016 12:04AM UTC
Files 83
Run time 4s
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

29 Jul 2016 11:58PM UTC coverage: 89.657% (-0.3%) from 89.982%
1432.1

push

travis-ci

bombela
introduction of clientTimeout, handlerTimeout and remoteTimeout

A TimeoutError has now 3 implementations:
 - clientTimeout represents a timeout purely on the client side. For
   example the client was waiting after the server and gave up.
 - handlerTimeout is the representation of the timeout of the handler,
   on the server side. It is an HandlerError as well, meaning it can be
   sent trough the transport, and the inbound on the other side has to
   do something about it.
 - remoteTimeout is the representation of a handler timeout on the
   client side. The remote handler returns a handlerTimeout, yarpc
   converts it to a transport timeout error code. Then the inboud
   creates a remoteTimeout from it before returning to the user code.

Additionally, this commit renames all HandlerError implementations from
localFooError to handlerFooError for clarification.

3684 of 4109 relevant lines covered (89.66%)

0.95 hits per line

Source Files on job 1432.1
  • Tree
  • List 0
  • Changed 19
  • Source Changed 18
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1432
  • Travis Job 1432.1
  • 3e8224d4 on github
  • Prev Job for on timeout (#1413.1)
  • Next Job for on timeout (#1433.2)
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

© 2025 Coveralls, Inc