Skip to content

Random test failures #3

@opoplawski

Description

@opoplawski

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]
?  +++

Is there any expectation of ordering?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions