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

uber / tchannel-go / 1089 / 3
82%
dev: 88%

Build:
Build:
LAST BUILD BRANCH: delayed_frame_alloc
DEFAULT BRANCH: dev
Ran 29 Feb 2016 11:31PM UTC
Files 40
Run time 2s
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 Feb 2016 11:25PM UTC coverage: 82.389%. First build
1089.3

push

travis-ci

abhinav
SubChannel.SetHandler: override SubChannel Handlers

Added `SubChannel.SetHandler` which makes it possible to set a catch-all
Handler for all requests to a SubChannel. Using `SetHandler()` makes
`Register()` useless and will cause a panic.

As part of this change:

- Removed redundant `handlerMap` from Channel. Always use SubChannel's handler
  instead.
- Changed `handlerMap` to be a map of method name to handler
  (`map[string]Handler`) rather than map of service name to map of method name
  to handler (`map[string]map[string]Handler`). SubChannel dispatch happens in
  a different part of the system.
- Made `readableFragment.done()` idempotent.
- Ensure that the read last fragment is released when
  `InboundCallResponse.SendSystemError()` is called.

2994 of 3634 relevant lines covered (82.39%)

1800.92 hits per line

Source Files on job 1089.3
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1089
  • Travis Job 1089.3
  • f4841424 on github
  • Next Job for on set-handler (#1091.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

© 2026 Coveralls, Inc