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

uber / tchannel-go / 3123 / 2
88%
dev: 88%

Build:
DEFAULT BRANCH: dev
Ran 25 Feb 2017 01:50AM UTC
Files 44
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

25 Feb 2017 01:47AM UTC coverage: 87.652% (+0.1%) from 87.528%
3123.2

push

travis-ci

web-flow
Fix flaky TestWriteArg3AfterTimeout (#595)

TestWriteArg3AfterTimeout is failing when the relay stops forwarding
calls after the TCP buffer fills up:
```

r:          Not equal: []string{"timeout"} (expected)
                                != []string{"relay-dest-conn-slow"} (actual)

                        Diff:
                        --- Expected
                        +++ Actual
                        @@ -1,3 +1,3 @@
                         ([]string) (len=1 cap=1) {
                        - (string) (len=7) "timeout"
                        + (string) (len=20) "relay-dest-conn-slow"
                         }
        Messages:       Unexpected reasons for RPC failure.
```

Reducing the size of the writes we make will avoid filling up the TCP buffer, and stop the
relay-dest-conn-slow failures.

4252 of 4851 relevant lines covered (87.65%)

5176.01 hits per line

Source Files on job 3123.2
  • Tree
  • List 0
  • Changed 39
  • Source Changed 0
  • Coverage Changed 39
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3123
  • Travis Job 3123.2
  • 631664f1 on github
  • Prev Job for on dev (#3119.2)
  • Next Job for on dev (#3127.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