Skip to content

test_concurrent_futures.test_process_pool: test_map_timeout failed #110097

@vstinner

Description

@vstinner

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

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions