Skip to content

gh-149879: Fix test_concurrent_futures on Cygwin#150415

Open
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:concurrent_futures
Open

gh-149879: Fix test_concurrent_futures on Cygwin#150415
vstinner wants to merge 2 commits into
python:mainfrom
vstinner:concurrent_futures

Conversation

@vstinner
Copy link
Copy Markdown
Member

@vstinner vstinner commented May 25, 2026

On Cygwin, skip tests using "forkserver" start method.

On Cygwin, skip tests using "forkserver" start method.
@vstinner
Copy link
Copy Markdown
Member Author

The CI is incomplete, 3 tests are still failing:

  • test_force_shutdown_workers_stops_pool() hangs
  • FAIL: test_traceback_when_child_process_terminates_abruptly (test.test_concurrent_futures.test_process_pool.ProcessPoolForkProcessPoolExecutorTest.test_traceback_when_child_process_terminates_abruptly)
  • FAIL: test_traceback_when_child_process_terminates_abruptly (test.test_concurrent_futures.test_process_pool.ProcessPoolSpawnProcessPoolExecutorTest.test_traceback_when_child_process_terminates_abruptly)

On Cygwin, the cause is not set.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant