This repository has been archived by the owner on Jan 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Looks like Travis itself blew up while running the tests in Docker:
@wpears, did you see anything like this in your previous Travis/Docker wranglings? I'm kicking the build back off now... |
...and then it stalled out here: https://travis-ci.org/cfpb/grasshopper-loader#L870. Kicking it off again. |
I think we're stepping on each others toes. I'll step away... |
Yeah I'm really at a loss here, been working on this for a couple hours. It works locally, it works locally in Docker... and it fails in Travis--using Docker. So if it works locally with Docker but not on Travis with Docker... is that a bug in Travis's implementation of Dockerized builds? |
This was referenced Dec 17, 2015
Merged
Looks good. Created #155 so we don't forget about the tests that got commented out to make Travis happy. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Removes hash checking and morphs it into a schema check. Mostly leans on existing tests and the fieldFilter module (if the schema check fails, it returns an error from within pumped pipeline which destroys all streams in the pipeline and reports the error)