I'm trying to package this for Fedora, and we are experiencing random test failures like:
FAIL: test_map (test_workerpool.TestWorkerPool)
Map a list to a method to a pool of two workers.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/builddir/build/BUILD/workerpool-0.9.2/test/test_workerpool.py", line 16, in test_map
self.assertEquals(r, [2,4,6,8,10])
AssertionError: Lists differ: [4, 6, 8, 2, 10] != [2, 4, 6, 8, 10]
First differing element 0:
4
2
- [4, 6, 8, 2, 10]
? ---
+ [2, 4, 6, 8, 10]
? +++
I'm trying to package this for Fedora, and we are experiencing random test failures like:
Is there any expectation of ordering?