Netflix / PigPen

Map-Reduce for Clojure
Apache License 2.0
565 stars 55 forks source link

Add functional tests for cascading #94

Closed mbossenbroek closed 9 years ago

mbossenbroek commented 9 years ago

@pkozikow Some of them work!

The long list is a blacklist of known not-working tests. The commented out ones are the ones that work (14 out of 75). Looking at the errors, I think it's about half not-implemented and half parity differences with a couple legitimate errors. To enable a test, comment it out of the blacklist. Eventually this will be a small list of tests that still fail.

Also fixed a couple of bugs (one that I introduced by changing the param order for bake)