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

uber / cadence / 244
72%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2017 12:56AM UTC
Jobs 1
Files 84
Run time 6s
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

pending completion
244

push

travis-ci

web-flow
Matching support for cancelling outstanding pollers (#353)

* Matching support for cancelling outstanding pollers

RPC stack used by Cadence does not support cancel propagation through
context and this results in tasks being dispatched to zombie pollers
when client connection is closed.
Updated mathcing engine api for PollForDecisionTask and
PollForActivityTask to alsoo take in pollerID.  Also added new API on
matching engine to CancelOutstandingPolls given pollerID.
Frontend handler for Poll API generates pollerID before calling the
corresponding API on matching engine, if the call fails due to context
cancellation it calls the CancelOutstandingPoll API on the matching
engine to unblock corresponding poll requests.

132 of 132 new or added lines in 7 files covered. (100.0%)

10664 of 16035 relevant lines covered (66.5%)

1099.08 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
8
100.0
client/matching/client.go
8
100.0
service/matching/handler.go
10
100.0
common/mocks/MatchingClient.go
11
100.0
client/matching/metricClient.go
11
100.0
service/matching/taskListManager.go
13
100.0
service/matching/matchingEngine.go
33
100.0
service/frontend/handler.go

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
service/history/timerQueueProcessor.go
1
100.0
service/matching/taskListManager.go
2
100.0
client/history/metricClient.go
4
100.0
client/history/client.go
Jobs
ID Job ID Ran Files Coverage
1 244.1 23 Sep 2017 12:56AM UTC 0
66.5
Travis Job 244.1
Source Files on build 244
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #244
  • 27d483c2 on github
  • Prev Build on master (#239)
  • Next Build on master (#248)
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