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

pkgcloud / pkgcloud / 831
71%

Build:
DEFAULT BRANCH: master
Ran 11 Mar 2016 10:05PM UTC
Jobs 1
Files 245
Run time 12s
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
831

push

travis-ci

BobDickinson
Fixed azure tests

The Azure storage tests were using a “transfer-encoding: chunked”
header in the mock response as a way to avoid having to actually send
back the body contents (getFile just waits for the response, not the
body).  Those tests also added a content-length header to the response.

There was an http parser bug fix in Node that has been merged into the
most recent releases of maintained versions of Node (including 0.10.x)
which treats the simultaneous presence of a content-length header and a
“transfer-encoding: chunked” header as an error (see
https://github.com/nodejs/node/commit/375f35514c51fa603dae9fac86bb61c050
3cb678).

The fix for the azure tests was to remove the “transfer-encoding:
chunked” headers from the mock response, and to make the mock responses
to the GET return the actual file contents (with content-length header).

Verified with 0.10.43, 4.3.2, and 5.8.0.

4290 of 5933 relevant lines covered (72.31%)

295.23 hits per line

Jobs
ID Job ID Ran Files Coverage
1 831.1 11 Mar 2016 10:05PM UTC 0
72.31
Travis Job 831.1
Source Files on build 831
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #831
  • fcd64ef7 on github
  • Prev Build on master (#806)
  • Next Build on master (#832)
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