uwescience / raco

Compilation and rule-based optimization framework for relational algebra. Raco is the language, optimization, and query translation layer for the Myria project.
Other
72 stars 19 forks source link

Fix usage of httmock in myria connection tests #493

Closed bmyerz closed 8 years ago

bmyerz commented 8 years ago

In travis, the tests using httmock that pass a response body of None, crash. They do not crash in my version of httmock.

bmyerz commented 8 years ago

I've recreated the crash on my local machine. It occurs when we upgrade to httmock-1.2.4. It's not clear to me if the crash is due to our error or httmock's