Changeset [c0e84a59a26695e3d48efe703699074f6b11c613] by Shayan Pooya
February 14th, 2014 @ 09:39 AM
Fix test_query for python3.
Python's hash is not guaranteed to result in the same value in
different
runs because of the salt added to them.
https://github.com/discoproject/disco/commit/c0e84a59a26695e3d48efe...
Committed by Shayan Pooya
- M lib/disco/compat.py
- M lib/disco/task.py
- M tests/test_query.py
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Disco is an open-source implementation of the Map-Reduce framework for distributed computing. As the original framework, Disco supports parallel computations over large data sets on unreliable cluster of computers.