◐ Shell
clean mode source ↗

gh-108388: Convert test_concurrent_futures to package by vstinner · Pull Request #108401 · python/cpython

Convert test_concurrent_futures to a package of 7 sub-tests.

Add remote_globals to create_executor_tests()

@vstinner

sobolevn

@vstinner

gpshead

@vstinner

@gpshead gpshead marked this pull request as ready for review

August 24, 2023 17:08

@vstinner vstinner deleted the test_concurrent_package branch

August 24, 2023 17:21

vstinner added a commit to vstinner/cpython that referenced this pull request

Aug 24, 2023
…08401)

Convert test_concurrent_futures to a package of sub-tests.

(cherry picked from commit aa6f787)

Yhg1s pushed a commit that referenced this pull request

Aug 26, 2023
#108443)

gh-108388: Convert test_concurrent_futures to package (#108401)

Convert test_concurrent_futures to a package of sub-tests.

(cherry picked from commit aa6f787)

vstinner added a commit that referenced this pull request

Sep 22, 2023
#109704)

* gh-108388: Convert test_concurrent_futures to package (#108401)

Convert test_concurrent_futures to a package of sub-tests.

(cherry picked from commit aa6f787)

Notes on backport to 3.11:

* AsCompletedTests: Revert test_future_times_out() => test_zero_timeout()
* Restore TODO comment
* ThreadPoolExecutorTest.test_hang_global_shutdown_lock():
  add @support.requires_resource('cpu').