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

ethereum / web3.js / 3006
84%
1.x: 80%

Build:
Build:
LAST BUILD BRANCH: wyatt/rename-eth2-packages
DEFAULT BRANCH: 1.x
Ran 22 Sep 2018 10:33PM UTC
Jobs 3
Files 38
Run time 46s
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
3006

Pull #1966

travis-ci

web-flow
Try to reconnect on timeout too

In the case any websocket call takes too long to return and a timeout
was set for the provider to timeout, the provider should try to restart
the connection.

This could happen, for instance, if the client loses connection with the
server, the server closes the connection and later, the connectivity is
up again but since the client did not receive the closing frame *and*
the client does not attempt to send any package to the server, no error
is observed.

`websocket` implementation for Node.js has an option to send keep-alive
frames and detect such scenarios, but the standard browser W3C WebSocket
does not, so it is "vulnerable" to this kind of failure which will
mostly affect web3 subscriptions.
Pull Request #1966: Full support for websocket reconnection/resubscription

1128 of 1532 branches covered (73.63%)

44 of 44 new or added lines in 3 files covered. (100.0%)

2124 of 2564 relevant lines covered (82.84%)

1625.31 hits per line

Jobs
ID Job ID Ran Files Coverage
2 3006.2 (CXX=g++-4.8 TEST_SUITE=test) 22 Sep 2018 10:33PM UTC 0
82.84
Travis Job 3006.2
3 3006.3 (CXX=g++-4.8 TEST_SUITE=test) 22 Sep 2018 10:33PM UTC 0
82.84
Travis Job 3006.3
4 3006.4 (CXX=g++-4.8 TEST_SUITE=test) 22 Sep 2018 10:33PM UTC 0
82.84
Travis Job 3006.4
Source Files on build 3006
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3006
  • Pull Request #1966
  • PR Base - 1.0 (#2939)
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