Changeset [81105ecccd6ba31afaf91cf4d8226a525a035898] by Shayan Pooya
March 27th, 2014 @ 12:36 PM
Tests: Add a sleep to the test_kill to make it more reliable.
Killing a job casts a couple of messages in the backend and it
is not guaranteed
that the job_coordinator is dead when the http request is
responded. Therefore,
test_kill which wants to make sure the process is dead just after
killing the
job, is not reliable.
https://github.com/discoproject/disco/commit/81105ecccd6ba31afaf91c...
Committed by Shayan Pooya
- M tests/test_kill.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.