Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "incomplete" test fixture to be valid gzip of incomplete data #167

Merged
merged 1 commit into from
May 15, 2016

Conversation

tomhughes
Copy link
Contributor

The zlib module in Node 5 now throws if it sees an unexpected end of
file, so the current test that the tilelive decode correctly throws
on incomplete JSON currently fails because the unzip part of the
pipeline is throwing instead.

The zlib module in Node 5 now throws if it sees an unexpected end of
file, so the current test that the tilelive decode correctly throws
on incomplete JSON currently fails because the unzip part of the
pipeline is throwing instead.
@tomhughes
Copy link
Contributor Author

For the record, the upstream change that caused this is nodejs/node#2595.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.683% when pulling 63de111 on tomhughes:node5 into 5366170 on mapbox:master.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 97.683% when pulling 63de111 on tomhughes:node5 into 5366170 on mapbox:master.

@rclark rclark merged commit efdfe7d into mapbox:master May 15, 2016
@tomhughes tomhughes deleted the node5 branch December 23, 2016 19:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants