- 
          
 - 
                Notifications
    
You must be signed in to change notification settings  - Fork 33.3k
 
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
PPC64LE RHEL7 3.x:
FAIL: test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/buildbot/buildarea/3.x.cstratak-RHEL7-ppc64le/build/Lib/test/test_concurrent_futures/executor.py", line 69, in test_map_timeout
    self.assertEqual([None, None], results)
AssertionError: Lists differ: [None, None] != []
First list contains 2 additional elements.
First extra element 0:
None
- [None, None]
+ []
----------------------------------------------------------------------
Ran 57 tests in 120.147s
FAILED (failures=1, skipped=6)
The test passed when re-run in verbose mode in a fresh process:
0:22:41 load avg: 0.82 [1/1] test.test_concurrent_futures.test_process_pool passed
Re-running test.test_concurrent_futures.test_process_pool in verbose mode (matching: test_map_timeout)
test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_map_timeout) ... ok
test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolForkserverProcessPoolExecutorTest.test_map_timeout) ... ok
test_map_timeout (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_map_timeout) ... ok
----------------------------------------------------------------------
Ran 3 tests in 20.608s
OK
== Tests result: FAILURE then SUCCESS ==
build: https://buildbot.python.org/all/#/builders/446/builds/3961
Linked PRs
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtopic-multiprocessingtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error