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

uber / tchannel-go / 2797 / 4
88%
dev: 88%

Build:
DEFAULT BRANCH: dev
Ran 30 Nov 2016 07:19PM 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 07:10PM UTC coverage: 86.783% (-0.04%) from 86.825%
2797.4

push

travis-ci

web-flow
Reduce flakiness in TestRelayConcurrentCalls (#543)

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.

4176 of 4812 relevant lines covered (86.78%)

3167.14 hits per line

Source Files on job 2797.4
  • Tree
  • List 0
  • Changed 38
  • Source Changed 0
  • Coverage Changed 38
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2797
  • Travis Job 2797.4
  • e13b2fce on github
  • Prev Job for on dev (#2788.4)
  • Next Job for on dev (#2800.4)
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