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

uber / tchannel-go / 2793 / 2
87%
dev: 88%

Build:
Build:
LAST BUILD BRANCH: delayed_frame_alloc
DEFAULT BRANCH: dev
Ran 30 Nov 2016 07:02PM UTC
Files 43
Run time 3s
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

30 Nov 2016 06:56PM UTC coverage: 86.555%. First build
2793.2

push

travis-ci

prashantv
Reduce flakiness in TestRelayConcurrentCalls

TestRelayConcurrentCalls used the no-library benchmark client which
does not limit concurrency and makes all calls at once. Since we have
numClients = 20, combined with 1000 calls, we essentially make 20,000
calls at once to a single server. The server isn't able to keep up which
could lead to stalling the connection, causing the following log:
"Dropping call due to slow connection to destination."

We should provide a way to control the concurrency limits on the client
side. For now, use the normal client which limits to a single concurrent
call per client.

This will lead to ~20 concurrent calls at any time which should avoid
the test flaking out.

4146 of 4790 relevant lines covered (86.56%)

3122.02 hits per line

Source Files on job 2793.2
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2793
  • Travis Job 2793.2
  • 6260e35a on github
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