uwescience / myria-web

Web frontend for Myria
https://demo.myria.cs.washington.edu
Other
11 stars 14 forks source link

Travis is failing #306

Closed bmyerz closed 8 years ago

bmyerz commented 8 years ago

Something changed (in travis?) and now master (2a1dfc1...) doesn't pass the tests.

https://github.com/uwescience/myria-web/pull/305

domoritz commented 8 years ago

Looks like it's coming from raco. https://travis-ci.org/uwescience/myria-web

BrandonHaynes commented 8 years ago

Probably the httmock issue.

senderista commented 8 years ago

No, it's because the mocked dataset JSON blobs in myria-web/appengine/test/test_myria_up.py don't have the new howPartitioned attribute.

bmyerz commented 8 years ago

@senderista nice, thanks!!