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

ethereum / web3.js / 2724
52%
1.x: 80%

Build:
Build:
LAST BUILD BRANCH: wyatt/rename-eth2-packages
DEFAULT BRANCH: 1.x
Ran 08 Aug 2018 10:39AM UTC
Jobs 4
Files 38
Run time 2min
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
2724

push

travis-ci

frozeman
[web3-providers-http] Re-use existing http connections. (#1753)

* Re-use existing http connections.

Sometimes, you have to make tens of thousands of http calls to your local full node to scrape through buttloads of data, such as finding the entire transaction history for an account. However `web3-providers-http` doesn't re-use existing connections! Resulting in the OS freaking out and running out of ports, which leads to an `EADDRINUSE` error every time you use any function.

This PR fixes this issue and (probably) increases performance by _not_ creating a new connection every time you do something!

Works with both `xhr2-cookies` and `xhr2`.

* Add FakeXHR2.nodejsSet stub

* Apply requested edits.

1118 of 1491 branches covered (74.98%)

6 of 6 new or added lines in 1 file covered. (100.0%)

2089 of 2488 relevant lines covered (83.96%)

2325.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 2724.1 (CXX=g++-4.8 TEST_SUITE=test) 08 Aug 2018 10:39AM UTC 0
83.8
Travis Job 2724.1
2 2724.2 (CXX=g++-4.8 TEST_SUITE=test) 08 Aug 2018 10:40AM UTC 0
83.88
Travis Job 2724.2
3 2724.3 (CXX=g++-4.8 TEST_SUITE=test) 08 Aug 2018 10:41AM UTC 0
83.88
Travis Job 2724.3
4 2724.4 (CXX=g++-4.8 TEST_SUITE=test) 08 Aug 2018 10:41AM UTC 0
83.88
Travis Job 2724.4
Source Files on build 2724
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #2724
  • 0c2f5cff on github
  • Prev Build on 1.0 (#2722)
  • Next Build on 1.0 (#2725)
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